-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description:
Create refresh token endpoint with automatic rotation for enhanced security.
Tasks:
- Create
POST /auth/refreshendpoint - Validate refresh token from database
- Implement token rotation (invalidate old, issue new)
- Check for token reuse (security breach detection)
- Update refresh token hash in database
- Return new access and refresh tokens
Acceptance Criteria:
- Old refresh tokens are invalidated after use
- New tokens are issued successfully
- Token reuse is detected and handled
- Returns 401 on invalid refresh token
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program