summary refs log tree commit diff
path: root/src/api/routes/auth (follow)
Commit message (Collapse)AuthorAgeFilesLines
* API docs HEAD mainRory&2025-06-032-0/+18
|
* Remove admin account routes, fix multiple routesRory&2025-06-033-62/+8
|
* CRUD devicesRory&2025-06-031-5/+79
|
* Fix performance issues, add fake user bot to test client, more testingRory&2025-06-031-0/+2
|
* Implement a few more routes, fix existing imports due to syntax highlight ↵Rory&2025-06-022-4/+13
| | | | breakage
* Split authentication and authorizationRory&2025-06-023-3/+24
|
* Add shortcut for generating http file, part of API documentationRory&2025-06-022-0/+31
|
* Add sensor history, balanceRory&2025-06-011-2/+2
|
* Rewrite routingRory&2025-06-013-72/+99
|
* Partial progress on generating http filesRory&2025-06-012-0/+25
|
* Update test clientRory&2025-06-011-4/+13
|
* Login, delete userRory&2025-06-013-28/+30
|
* Register works, part of login and auth middlewareRory&2025-06-014-21/+73
|
* Add register with validationRory&2025-06-011-8/+14
|
* Generate jwt secretsRory&2025-05-311-1/+1
|
* Add plan and readmeRory&2025-05-311-1/+1
|
* Prettier configRory&2025-05-292-11/+11
|
* Get database workingRory&2025-05-291-1/+1
|
* Allow unfree in nix flake, add mongodb-compass to devShell closure, basic ↵Rory&2025-05-292-0/+15
mongo attempt, add test register route