-
Notifications
You must be signed in to change notification settings - Fork 43
Open
devdeen213/MixMatch-Backend
#1Labels
Description
Description:
Automatically refresh expired music provider tokens using refresh tokens.
Requirements:
- Background service (or cron job) to:
- Check for tokens nearing expiry
- Use refresh token to request new access token
- Update stored access token in DB
Acceptance Criteria:
- Token refresh runs correctly
- New token used in API calls
- Logs or metrics confirm update
Reactions are currently unavailable