summaryrefslogtreecommitdiffstats
path: root/src/api
AgeCommit message (Expand)Author
2024-05-07fix: allow any user to access usersHEADmainToby Vincent
2024-04-17refactor: extract PgPool from AppState via AsRefToby Vincent
2024-04-16refactor: improve account extractorsToby Vincent
2024-04-16fix(auth): move credential data from header ...Toby Vincent
2024-04-16fix: remove unused error typesToby Vincent
2024-04-16style: clean up importsToby Vincent
2024-04-16refactor(auth): move credential resource to moduleToby Vincent
2024-04-16refactor: store claim fields as OffsetDateTimeToby Vincent
2024-04-15refactor(api): move login/logout into account modToby Vincent
2024-04-15feat(api): add logout endpoint to unset tokenToby Vincent
2024-04-15fix: remove left over print statementsToby Vincent
2024-04-13fix(api,auth): improve token validation and errorsToby Vincent
2024-04-13fix(api): add login route under /api/usersToby Vincent
2024-04-12refactor: clean up fallback routes and routersToby Vincent
2024-04-12refactor: improve auth flow and router layoutToby Vincent
2024-04-11refactor: improve error handling and layoutToby Vincent
2024-04-11feat: impl auth and modularize routersToby Vincent