2 Commits

Author SHA1 Message Date
4a72d88ba2
feat(api): login and authentication routes
- Remove fastapi-limiter, we will rate limit at load balancer level as
it is too hard to get fastapi-limiter to play nice with pytest.
- Wrote technical writeups on how the login flow and check for user
authentication status work
2024-03-23 14:53:33 -04:00
0bd4508d11
feat(api): insecure login flow skeleton
- Updated backend technical writeup
2024-03-11 22:33:30 -04:00