- 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. |
||
|---|---|---|
| .. | ||
| GeneratedCode | ||
| cmd/server | ||
| configs | ||
| data | ||
| internal | ||
| pkg/ts-rpc | ||
| spa | ||
| templates/mailTemplates | ||
| .DS_Store | ||
| .env | ||
| go.mod | ||
| go.sum | ||
| postman_collection.json | ||