UCLA-Creative-Labs / aurgy-backend

the logic behind generating out-of-body music playlists
MIT License
3 stars 0 forks source link

🚀 Feature: POST /lobby/:id #27

Closed trevorong closed 2 years ago

trevorong commented 2 years ago

Design doc description

The query parameter should contain the JWT token. If the User is not already in the Lobby, the JWT Token is validated before adding the User. Otherwise, don't validate the token and don't re-add the user.


This is a :rocket: Feature Request