👋 Matthias! this should be do-able with the existing auth system within LiveKit. When you generate JWT tokens, they include the specific room that they are allowed to join.
Since the token is issued to each user for each room they are connecting to, all of that business logic can remain within your application server
🙏 1
dry-elephant-14928
03/02/2022, 10:36 PM
here's a bit more details on other grants that could be assigned to each token.
q
quaint-traffic-67648
03/03/2022, 6:46 PM
Yeah, I also agree the code is well-organized. I'm learning a lot from it!