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

Add RefreshTokenScopes Config #371

Merged
merged 5 commits into from
Sep 16, 2019
Merged

Add RefreshTokenScopes Config #371

merged 5 commits into from
Sep 16, 2019

Commits on Jun 26, 2019

  1. Add AlwaysProvideRefreshToken config

    When set to true, this will return refresh tokens even if the user did
    not ask for the offline or offline_access Oauth Scope.
    dmcinnes committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    0812f3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab44f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5e8442 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. switch to using RefreshTokenScopes config

    for added flexibility
    dmcinnes committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    3b99a1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a66573b View commit details
    Browse the repository at this point in the history