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 token revocation support (RFC 7009) #1135

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    6af4d04 View commit details
    Browse the repository at this point in the history
  2. add revoke token handler

    jacobweber committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    8862eb1 View commit details
    Browse the repository at this point in the history
  3. use ResponseTypeInterface

    jacobweber committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    7332132 View commit details
    Browse the repository at this point in the history
  4. update error types

    jacobweber committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    ddef1d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7864957 View commit details
    Browse the repository at this point in the history
  6. remove dead code

    jacobweber committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    240d52d View commit details
    Browse the repository at this point in the history
  7. use string for identifier

    jacobweber committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    2e80215 View commit details
    Browse the repository at this point in the history
  8. add tests

    jacobweber committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    9a40529 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e8b936 View commit details
    Browse the repository at this point in the history
  10. fix styles

    jacobweber committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    a72240c View commit details
    Browse the repository at this point in the history
  11. fix styles

    jacobweber committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    ff794eb View commit details
    Browse the repository at this point in the history
  12. undo style change

    jacobweber committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    5d78435 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    42a9597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f7f1ab View commit details
    Browse the repository at this point in the history
  3. add @throws

    jacobweber committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    668d14c View commit details
    Browse the repository at this point in the history
  4. fix styles

    jacobweber committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    e4b216f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    3e9c7d4 View commit details
    Browse the repository at this point in the history
  2. fix tests

    tomsisk committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    99f4020 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. use psr response

    tomsisk committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    c843cb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    e087aaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1a0d1 View commit details
    Browse the repository at this point in the history
  3. test fixes

    tomsisk committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ff62db8 View commit details
    Browse the repository at this point in the history
  4. typehint fix

    tomsisk committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    3d736d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    d82dfc0 View commit details
    Browse the repository at this point in the history
  2. update tests

    tomsisk committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    db9d98c View commit details
    Browse the repository at this point in the history
  3. style fixes

    tomsisk committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    f4ea8e4 View commit details
    Browse the repository at this point in the history
  4. more style

    tomsisk committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    8f6b7a9 View commit details
    Browse the repository at this point in the history