HackYourFuture-CPH / simply-name.it

Final Project for Class17
MIT License
3 stars 1 forks source link

Backend: Direct all request through the firebase authentication middleware #241

Closed senner007 closed 3 years ago

senner007 commented 3 years ago

User story

Who: As a Developer What: Set all requests to pass through the auth middleware Why: I want to ensure that only request with a firebase token in the header are allowed

Acceptance criteria

I want to ensure that only request with a firebase token in the header are allowed