Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable highly secure channels #190

Open
dominic22 opened this issue Aug 24, 2021 · 0 comments
Open

Enable highly secure channels #190

dominic22 opened this issue Aug 24, 2021 · 0 comments

Comments

@dominic22
Copy link
Contributor

dominic22 commented Aug 24, 2021

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 channel. (to be named)

In this case the data must be signed when writing to the channel. For instance data must be hashed and signed. The signed hash then can be validated by the api and only if it is valid it will be written to the channel.

@dominic22 dominic22 self-assigned this Aug 24, 2021
@dominic22 dominic22 removed their assignment Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant