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

Add server side api authorization #108

Closed Mojtabarezaei4 closed 1 year ago

FabianAronsson commented 1 year ago

Is this not already incorporated by checking policies and roles?

Mojtabarezaei4 commented 1 year ago

Those secure the endpoint. Our API does not have any. By this I mean an authorization tag in the header, a.k.a. API key.