Commit 2e4dec4
committed
feat: Implement JWT-based authentication, authorization, and user management for backend and frontend.
1 parent 67fe85d commit 2e4dec4
29 files changed
Lines changed: 748 additions & 87 deletions
File tree
- backend
- src
- auth
- dto
- infrastructure
- common
- config
- decorators
- guards
- user
- application
- domain
- infrastructure
- repositories
- schemas
- frontend
- src
- app/core
- guards
- interceptors
- entities/user
- model
- pages/auth
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments