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

Feat: Add ApiKey middleware authentication #129

Closed Mojtabarezaei4 closed 1 year ago

Mojtabarezaei4 commented 1 year ago

Close #108

Mojtabarezaei4 commented 1 year ago

We need to authenticate our client to our server. Right now it gets 401 but this will be fixed in #82.

FabianAronsson commented 1 year ago

We need to authenticate our client to our server. Right now it gets 401 but this will be fixed in #82.

In that case I would argue we need both of those issues in a single PR. The development branch must be working correctly.

Mojtabarezaei4 commented 1 year ago

Okay, I'll fix it. I thought we wanted two different issues for this.