livekit / server-sdk-kotlin

Apache License 2.0
32 stars 15 forks source link

Support attributes in auth JWT #68

Closed pkolmann closed 3 months ago

pkolmann commented 3 months ago

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.

davidliu commented 3 months ago

Implemented by #69.