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 authentication service #51

Closed FabianAronsson closed 1 year ago

FabianAronsson commented 1 year ago

This adds an authentication service that can be used in our endpoints.

The validation of credentials does not return a token because that is done in our login endpoint. FEP has built in support for it.

Closes #11