You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduced `RefreshToken` entity and implemented related domain logic.
- Updated database schema with a new `refresh_tokens` table and relationships.
- Added `Login`, `Refresh`, and `Logout` services for handling refresh tokens.
- Extended `AuthController` with endpoints for token refreshing and logout.
- Adjusted JWT claims to include username.
0 commit comments