I’ve enable token auth in my deployment and disabled guest access. Now when someone loads a meeting without a token, they see a login dialog.
Are there config options to:
- Not offer the login dialog
- Disable username+password auth on the server so users cannot authenticate via a different client
[1] is something I could probably customise if there is no pre-defined option for that, but I could use some pointers on where to start with [2].
Thanks.
p.s. To offer some context just in case I’m going about this all wrong, I plan to generate JWT tokens and redirect users to meetings from my app. [2] is to be sure that the app is the only way users can create or join a meeting. And [1] is to avoid confusing users e.g. if they reload the meeting and see an unfamiliar login dialog.