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

export and import processes use different names for refresh_token_rotation #639

Open
gianpaolo-tndigit opened this issue Dec 6, 2024 · 0 comments
Labels

Comments

@gianpaolo-tndigit
Copy link
Collaborator

To reproduce the bug:

  1. Create a new client with refresh_token_rotation = true.
  2. Export the client.

You will observe the following in the export:

refreshTokenRotation: true
refresh_token_rotation: true

However, if you import the client while resetting the ID, only refresh_token_rotation: true is accepted.

@gianpaolo-tndigit gianpaolo-tndigit changed the title export / import for refresh_token_rotation use different name export and import processes use different names for refresh_token_rotation Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant