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
In https://ably.com/docs/auth/token#embedded it explains how a token may be embedded as a claim within some other JWT. However, the description says that only Ably tokens can be embedded - these are defined elsewhere as being Ably native tokens (ie system-issued via requestToken(). However, it is also possible to embed JWTs. The text needs updating to reflect this.
The text was updated successfully, but these errors were encountered:
In https://ably.com/docs/auth/token#embedded it explains how a token may be embedded as a claim within some other JWT. However, the description says that only Ably tokens can be embedded - these are defined elsewhere as being Ably native tokens (ie system-issued via
requestToken()
. However, it is also possible to embed JWTs. The text needs updating to reflect this.The text was updated successfully, but these errors were encountered: