4 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
573d7ead6c
fix(db): resolve pg role issues
- Seperate posgres user for development and testing
2024-03-01 01:33:21 -05:00
627f104101
feat(testing): (re)create postgresql database for test and dev 2024-02-03 20:45:00 -05:00
dd0bcbc984
feat(api): environment variables set up 2024-01-20 00:00:09 -05:00