Skip to content
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

Added support for Refresh Token Rotation [SDK-1420] #369

Merged
merged 1 commit into from
Mar 27, 2020

Conversation

Widcket
Copy link
Contributor

@Widcket Widcket commented Mar 26, 2020

Changes

This PR adds support for Refresh Token Rotation (RTR). When RTR is enabled, a new refresh token will be included in the response of a renew credentials operation. That refresh token is then added to the returned Credentials object instead of the old refresh token.

Testing

  • This change adds unit test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@Widcket Widcket requested a review from a team March 26, 2020 13:37
@Widcket Widcket changed the title Implement Refresh Token Rotation [SDK-1420] Added support for Refresh Token Rotation [SDK-1420] Mar 26, 2020
@Widcket Widcket added this to the vNext milestone Mar 26, 2020
Auth0/CredentialsManager.swift Show resolved Hide resolved
@Widcket Widcket merged commit 359e125 into master Mar 27, 2020
@Widcket Widcket deleted the feature/rtr-rotation branch March 27, 2020 13:44
@Widcket Widcket modified the milestones: vNext, 1.23.0 Mar 30, 2020
@Widcket Widcket mentioned this pull request Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants