summaryrefslogtreecommitdiffstats
path: root/src/routes.rs
AgeCommit message (Expand)Author
2024-04-11wip: more work on jwt handlingToby Vincent
2024-04-11refactor: move jwt_max_age to constToby Vincent
2024-04-11wip: impl jwt handlingToby Vincent
2024-04-06fix: enable permissive cors middlewareToby Vincent
2024-04-06feat: impl jwt auth middleware and user routeToby Vincent
2024-04-03feat: impl logout routeToby Vincent
2024-04-03refactor: clean up tests and remove unwrapsToby Vincent
2024-04-02refactor: move routes into individual modulesToby Vincent
2024-03-27feat: add login route and improved testsToby Vincent
2024-03-27feat: add registration email format validationToby Vincent
2024-03-26feat: add user database and registrationToby Vincent
2024-03-21feat: impl user api endpointToby Vincent
2024-03-20chore: initial commitToby Vincent