go-quasar-partial-ssr/backend
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
..
cmd/server feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +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 feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
internal feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
pkg/ts-rpc feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02: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 feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
.env feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
go.mod Refactor TypeScript RPC codebase and API structure 2026-04-26 14:31:25 +02:00
go.sum Refactor TypeScript RPC codebase and API structure 2026-04-26 14:31:25 +02:00