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.
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.