go-quasar-partial-ssr/backend
fabio 3731e6e409 Refactor user management module: rename package, restructure user controller, and implement authentication features
- Renamed package from `user` to `users` for clarity.
- Updated UserController to include token service for authentication.
- Implemented user login, registration, password reset, and token validation functionalities.
- Introduced user roles and permissions management.
- Added session tracking for user logins.
- Created migration script for user-related database tables.
- Refactored user model to include details and preferences.
- Enhanced password handling with secure hashing and verification.
- Updated routes to include new authentication endpoints and middleware.
2026-04-06 21:37:06 +02:00
..
GeneratedCode Refactor user management module: rename package, restructure user controller, and implement authentication features 2026-04-06 21:37:06 +02:00
cmd/server Refactor user management module: rename package, restructure user controller, and implement authentication features 2026-04-06 21:37:06 +02:00
configs Refactor user management module: rename package, restructure user controller, and implement authentication features 2026-04-06 21:37:06 +02:00
data Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
internal Refactor user management module: rename package, restructure user controller, and implement authentication features 2026-04-06 21:37:06 +02:00
pkg/ts-rpc feat: add authentication pages for login, password recovery, and signup 2026-03-18 19:23:35 +01:00
spa Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
templates/mailTemplates Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
.DS_Store DS_store removed 2026-03-16 20:14:18 +01:00
.env first commit 2026-03-16 20:03:59 +01:00
go.mod qualche modifica 2026-03-16 20:25:45 +01:00
go.sum qualche modifica 2026-03-16 20:25:45 +01:00
postman_collection.json first commit 2026-03-16 20:03:59 +01:00