Dominic Zettl
Dominic Zettl
The current authentication is based on JWT with a lifespan of 24h. To enable more trusted data a channel shall be optionally defined as high secure channel or top secret...
- Also consider milestone hash when validating logs to check whether the data has not been altered. - check if channel address is same in path as the logs in...
Auditor uses subscribe to subscribe for a channel Since the author knows what the preshared key is it can give access to the channel without directly passing the preshared key...
In this ticket https://github.com/iotaledger/integration-services/issues/677 we successfully shown that we can sign a verifiable credential with existing node js signatures. To avoid a dependency to the identity.rs-wasm in the client we...
To avoid confusion with the asymSharedKey used to encrypt the state and messages for privatePlus channels we want to rename the presharedKey. In adidtion, rename `hasPresharedKey` to `hasAuditorKey` when creating...
If the database get compromised the user data should not be leaked, that is why it should be encrypted and decrypted on database layer. - claim of user - verifiable...
Currently there is an unexpected behavior when recreating a subscriber from scratch. This is tracked as bug in the streams repository and can be resolved when the following ticket is...
- also give possibility to receive the history of a channel using a seed In this case the channel data can also be received without any subscription creation, state and...
We need to update to the new streams library. The api has been adjusted quite a lot so it will take more effort to adjust the code. Maybe even the...