bakend in GO frontend quasar framework con generazione delle pagine statiche per la parte public
Go to file
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
.vscode feat: add authentication pages for login, password recovery, and signup 2026-03-18 19:23:35 +01:00
backend feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
frontend feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +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
.gitignore chore: update .gitignore to include __debug_bin* and remove debug binary file 2026-04-05 16:58:34 +02:00
README.md Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00

README.md

go-quasar-partial-ssr

bakend in GO frontend quasar framework con generazione delle pagine statiche per la parte public