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

Bind web UI access tokens to sessions #3940

Merged
merged 7 commits into from Jun 25, 2017

Commits on Jun 24, 2017

  1. Copy the full SHA
    7ed2503 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    510f643 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. Copy the full SHA
    4d9ed36 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Gargron committed Jun 25, 2017
    Copy the full SHA
    990a537 View commit details
    Browse the repository at this point in the history
  3. Fix #2347 - Bind web UI access token to session

    When you logout, session also destroys the access token, so it's no longer
    valid. If access token is destroyed some other way, the session is also
    destroyed, requiring a re-login.
    
    Fix #1681 - Add scheduler to remove revoked access tokens and grants
    Gargron committed Jun 25, 2017
    Copy the full SHA
    c9ee7ea View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1a57161 View commit details
    Browse the repository at this point in the history
  5. Fix test

    Gargron committed Jun 25, 2017
    Copy the full SHA
    26f10f4 View commit details
    Browse the repository at this point in the history