Refactor router initialization into constructor

This commit is contained in:
bronku 2025-03-22 08:57:19 +01:00
parent 4830fbc870
commit 08d41b0348
3 changed files with 25 additions and 15 deletions

View file

@ -28,6 +28,7 @@
## Security
- [x] Authentication System
- [ ] Persistant logins accross server restarts
- [x] User login
- [ ] User logout
- [ ] Role-based access (admin, staff)