You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is a popular laravel-jwt-library => jwt-auth that uses token as a default key name.
For a given auth request, laravel-broadcaster responds with jwt-token containing channel claims. Client resends it for next request. This is used by server to check for existing channel claims and if token can be upgraded.
Current token name is token. I recommend to rename it to ably-token. There is no need to provide customization since it doesn't serve any utility as such !
sacOO7
changed the title
Ability to customize token name
Ability to customize token name / rename token to ably-tokenJun 7, 2024
token
as a default key name.jwt-token
containing channel claims. Client resends it for next request. This is used by server to check for existing channel claims and if token can be upgraded.token-key
name sent by client in the payload. As per comment 401 Error on Subsequent Private/Public Channel Subscriptions #36 (comment), there is a need to modify this token name.The text was updated successfully, but these errors were encountered: