simonsobs / soposerve

The server for the Simons Observatory Post Office
0 stars 0 forks source link

Add authentication layer #1

Open JBorrow opened 4 weeks ago

JBorrow commented 4 weeks ago

Authentication can probably borrow a lot from this repo:

https://github.com/devdupont/fastapi-beanie-jwt/tree/main

JBorrow commented 3 weeks ago

We now have API-key auth for the API, but the web frontend is fully unprotected.