summary refs log tree commit diff
path: root/src/api/routes/auth/index.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove admin account routes, fix multiple routesRory&2025-06-031-1/+0
|
* Partial progress on generating http filesRory&2025-06-011-0/+1
|
* Login, delete userRory&2025-06-011-0/+1
|
* Register works, part of login and auth middlewareRory&2025-06-011-1/+1
|
* Prettier configRory&2025-05-291-1/+1
|
* Allow unfree in nix flake, add mongodb-compass to devShell closure, basic ↵Rory&2025-05-291-0/+1
mongo attempt, add test register route