livekit/server-sdk-kotlin

Support attributes in auth JWT

pkolmann opened this issue · 1 comments

In https://docs.livekit.io/home/get-started/authentication/ is stated that the JWT can transport attributes as key/value pairs. This is currently not supported by the Kotlin SDK.

Please add support to add key/value attributes to the JWT and also receive them.

Implemented by #69.