mirror of
https://github.com/element-hq/lk-jwt-service.git
synced 2026-03-29 13:00:00 +00:00
7b2ccae39c22af4a7381dad37dca0afa7758f897
Add LIVEKIT_URL to readme
LiveKit Management Service
This service is currently used for a single reason: generate JWT tokens with a given identity for a given room, so that users can use them to authenticate against LiveKit SFU.
Usage
To start the service locally:
$ LIVEKIT_URL="ws://somewhere" LIVEKIT_KEY=devkey LIVEKIT_SECRET=secret go run *.go
Languages
Go
98.7%
Dockerfile
1.3%