summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-05-07refactor(wip): experiment with rocksdbrocksdbToby Vincent
2024-05-07fix: allow any user to access usersHEADmainToby Vincent
2024-04-19fix(auth): add explicit path to token cookieToby 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-15fix: remove unnecessary cors layerToby Vincent
2024-04-13fix(api,auth): improve token validation and errorsToby Vincent
2024-04-13fix(auth): return refresh claims as response bodyToby Vincent
2024-04-13fix(api): add login route under /api/usersToby Vincent
2024-04-13fix(auth): fix request paths in testsToby Vincent
2024-04-12refactor: clean up fallback routes and routersToby Vincent
2024-04-12refactor: improve auth flow and router layoutToby Vincent
2024-04-11fix: set default log level to infoToby Vincent
2024-04-11refactor: improve error handling and layoutToby Vincent
2024-04-11feat: impl auth and modularize routersToby Vincent
2024-04-11feat: impl jwt auth middlewareToby Vincent
2024-04-11wip: more work on jwt handlingToby Vincent
2024-04-11perf: limit results for fetch_optional queriesToby 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-04chore: add gitattributes to fix migration file hashingToby Vincent
2024-04-03fix: fix typo in default config file nameToby Vincent
2024-04-03build: add sqlx metadata for offline compilationToby Vincent
2024-04-03fix: properly handle invalid header value errorsToby 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-04-02feat: impl toml file and env config layeringToby 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