SimplQ / simplQ-frontend

Modern and fully web based free queue management open source software.
https://simplq.me
GNU General Public License v3.0
175 stars 135 forks source link

Take user to the token page if he already has a token #669

Closed daltonfury42 closed 2 years ago

daltonfury42 commented 2 years ago

When a user loads the JoinPage (via the link or via "Know Your Position" from the home page, send a GET request to 'https://devbackend.simplq.me/v1/tokens' to get all the tokens belonging to the user.

If there is a token for the user in the queueId, take the user to the token status page.

daltonfury42 commented 2 years ago

https://github.com/SimplQ/simplQ-frontend/pull/671