-
Couldn't load subscription status.
- Fork 8
Endpoint to revoke legacy tokens, update documentation #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Endpoint to revoke legacy tokens, update documentation #151
Conversation
| * - The tokens array is empty or invalid format (400 Bad Request - InvalidPayload) | ||
| * - The tokens are invalid, already revoked, or belong to different users/app_ids (400 Bad Request - InvalidToken) | ||
| * - The number of tokens exceeds the maximum limit of 20 (400 Bad Request - InvalidTokenCount) | ||
| * - Rate limit is exceeded - more than 5 requests per minute (429 Too Many Requests - RateLimit) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got these error codes from the backend clickup card
src/constants/__tests__/urls.spec.ts
Outdated
|
|
||
| const oauthUrl = getOauthUrl(); | ||
|
|
||
| expect(oauthUrl).toBe('https://qa.deriv.com/oauth2/authorize?app_id=67890&l=EN&&brand=deriv'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confusion of the highest oda
Description
Motivation
After OIDC has successfully logged the user's session out of Hydra, we need to revoke the legacy tokens
Actions
List the actions taken to achieve this change. What steps were followed? What was modified?
Type of change
Please delete options that are not relevant.