You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a POST request to a server ({{SERVER_URL}}/admin/tickets) with the following JSON data:
{"count": <NUM_TICKETS>}
The server will forward the request to auth to associate the tickets with the server so that users that register with the ticket will get the correct server added to their list.
Registering Users
Exactly the same as before
Logging in a User
The client sends a request to auth to find which servers they are part of, then logs in to the first server returned normally.
This should probably be changed to just having auth log the user in.