go-quasar-partial-ssr/backend/internal
fabio f35fcbc875 feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint
- Created a new signup page in the frontend application.
- Implemented authentication middleware to validate access tokens and retrieve claims.
- Added functionality to update user passwords and revoke sessions in the user repository.
- Introduced an API endpoint to fetch user roles with TypeScript support.

Co-authored-by: Copilot <copilot@github.com>
2026-04-27 22:37:59 +02:00
..
admin feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
auth feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
config Refactor configuration and database initialization: replace LoadConfig with GetConfig, introduce DbConfig struct, and streamline token service retrieval. Remove unused request types and enhance user refresh token handling. 2026-04-09 09:21:38 +02:00
db Refactor configuration and database initialization: replace LoadConfig with GetConfig, introduce DbConfig struct, and streamline token service retrieval. Remove unused request types and enhance user refresh token handling. 2026-04-09 09:21:38 +02:00
http/static/spa feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
mail Refactor configuration and database initialization: replace LoadConfig with GetConfig, introduce DbConfig struct, and streamline token service retrieval. Remove unused request types and enhance user refresh token handling. 2026-04-09 09:21:38 +02:00
middleware feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
migrations Refactor user management module: rename package, restructure user controller, and implement authentication features 2026-04-06 21:37:06 +02:00
responses Refactor configuration and database initialization: replace LoadConfig with GetConfig, introduce DbConfig struct, and streamline token service retrieval. Remove unused request types and enhance user refresh token handling. 2026-04-09 09:21:38 +02:00
routes feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
seed feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
systemUtils feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
tokens feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
tsgenerator feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
user feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
validation Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00