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

feat: allow for permanent refresh_token(s) with config #2815

Closed
wants to merge 3 commits into from
Closed

feat: allow for permanent refresh_token(s) with config #2815

wants to merge 3 commits into from

Conversation

bill-robbins-ss
Copy link

@bill-robbins-ss bill-robbins-ss commented Oct 21, 2021

This is a companion PR for fosite #632

The intention is that this is merged into a new branch (v1.10.7) from v1.10.6; this was branched from the v1.10.6 tag.

  • Add new oauth2 configuration property:
    oauth2.refresh_token_rotation.enabled (default true)
  • use new config property to set a flag in the context sent to the
    fosite library's refresh token handler

Related issue(s)

#1831

Checklist

Further Comments

I was unsure how the file config.json is generated so I updated it manually. It took me a bit of time to figure out that this file needed an update.

- Add new oauth2 configuration property:
  enable_one_time_use_refresh_token (default true)
- use new config property to set a flag in the context sent to the
  fosite library's refresh token handler
@CLAassistant
Copy link

CLAassistant commented Oct 21, 2021

CLA assistant check
All committers have signed the CLA.

@bill-robbins-ss
Copy link
Author

closing in favor of refresh token grace period

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants