We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 to the auditor.
If auditor subscribes for a channel without passing presharedKey in the subscribe payload the author can set this when authorizing the subscriptoin.
In this case the presharedKey will be encrypted with the password of the server.
Subscription of the auditor needs to have a field telling that it is an indirect authorization.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 to the auditor.
If auditor subscribes for a channel without passing presharedKey in the subscribe payload the author can set this when authorizing the subscriptoin.
In this case the presharedKey will be encrypted with the password of the server.
Subscription of the auditor needs to have a field telling that it is an indirect authorization.
The text was updated successfully, but these errors were encountered: