-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Description
Can someone point me in the right direction for authenticating users via the shared-secret mode?
I have all the configs setup and working correctly on my Spreed server, now I am not sure how to register a user from my webapp (on a different server), specifically register and create a room.
I see there is a rest api but I can't see how to send user/session info when attempting to join a room?
Ultimately I would like to restrict my Spreed server usage (ability to create rooms) to only users of my webapp just not sure how to connect the dots..., I have root access to both servers. Sorry if this is a noob question, thanks in advance!
My assumed line of communication:
- User logs into my WebApp
- WebApp has knowledge of shared secret
- WebApp uses shared secret to create username:key combo
?
?
? - User loads spreed server URL into browser and is logged in with ability to create rooms.
Brawn1
Metadata
Metadata
Assignees
Labels
No labels