Mojtabarezaei4 / Queueomatic

A queue system that can be used for educational purposes or for any other situations where prioritization of individuals is necessary.
https://queueomatic.azurewebsites.net/
MIT License
7 stars 2 forks source link

Create logout functionality and page #95

Closed FabianAronsson closed 1 year ago

Mojtabarezaei4 commented 1 year ago

Is it done on the server side or on the client side?

FabianAronsson commented 1 year ago

I was thinking client side. Just remove the JWT token from storage. and redirect the user to a logout page.

Mojtabarezaei4 commented 1 year ago

Good thinking.

Mojtabarezaei4 commented 1 year ago

I suggest the logout button should be similar to the "signup" button.