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
Tutorial is here: https://www.ably.io/tutorials/jwt-authentication It includes an example with capabilities
var jwtPayload = { 'x-ably-capability': JSON.stringify({ '*': ['publish', 'subscribe'] }) }
I'd add also an example with clientId, otherwise customers might have a hard time finding out the key name for clientId, which is x-ably-clientId
x-ably-clientId
Related discussion: ably/ably-cocoa#664 (comment)
The text was updated successfully, but these errors were encountered:
e96d9e6
No branches or pull requests
Tutorial is here: https://www.ably.io/tutorials/jwt-authentication
It includes an example with capabilities
I'd add also an example with clientId, otherwise customers might have a hard time finding out the key name for clientId, which is
x-ably-clientId
Related discussion: ably/ably-cocoa#664 (comment)
The text was updated successfully, but these errors were encountered: