-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Description
Description:
Issue access + refresh tokens after successful wallet authentication.
Tasks:
- Install @nestjs/jwt
- Add JWT signing logic (access + refresh tokens)
- Create /auth/refresh endpoint
- Store refresh tokens securely
- Add token expiration settings via config
Acceptance Criteria:
- Access token + refresh token issued on login
- Refresh flow returns new access token
- Invalid/expired refresh tokens handled correctly
- A screenshot of your server Running
Reactions are currently unavailable