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 introspection implementation - updated #1255

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

Commits on Mar 2, 2018

  1. Add introspection implementation

    according to RFC 7662 the introspection mechanism is implemented
    fetzi committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    9446f0e View commit details
    Browse the repository at this point in the history
  2. Apply styleci fixes

    fetzi committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    1ad5514 View commit details
    Browse the repository at this point in the history
  3. Apply styleci fixes

    fetzi committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    651ee9b View commit details
    Browse the repository at this point in the history
  4. Fix phpstan errors

    fetzi committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    225553f View commit details
    Browse the repository at this point in the history
  5. Apply styleci fixes

    fetzi committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    880b4bd View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Refactor introspection response to not use exceptions to control the …

    …flow
    
    Co-authored-by: Rob Taylor <[email protected]>
    Steve Porter and robbytaylor committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    487241b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba79d7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:steveporter92/oauth2-server into …

    …feature/add-introspection-implementation-code-review
    
    # Conflicts:
    #	src/Grant/AuthCodeGrant.php
    Steve Porter committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    fece711 View commit details
    Browse the repository at this point in the history
  4. update code style

    Steve Porter committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    caf15b9 View commit details
    Browse the repository at this point in the history
  5. update code style

    Steve Porter committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    d143c46 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. fix type hints for tests

    Steve Porter committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    f00b07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    595cace View commit details
    Browse the repository at this point in the history
  3. add validate request method

    Steve Porter committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    33eef79 View commit details
    Browse the repository at this point in the history
  4. add test for extra params

    Steve Porter committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    e4b49c6 View commit details
    Browse the repository at this point in the history
  5. code style fixes

    Steve Porter committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    baa74fb View commit details
    Browse the repository at this point in the history
  6. code style for test

    Steve Porter committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    8bf9c36 View commit details
    Browse the repository at this point in the history
  7. add more introspection tests

    Steve Porter committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    4af0d2a View commit details
    Browse the repository at this point in the history
  8. add introspect example

    Steve Porter committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    b00e6fa View commit details
    Browse the repository at this point in the history
  9. remove blank linbe

    Steve Porter committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    4805243 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. add missing brackets to new class

    Steve Porter committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    5eeb624 View commit details
    Browse the repository at this point in the history
  2. update phpdoc to reflect the function

    Steve Porter committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b0e6eff View commit details
    Browse the repository at this point in the history
  3. add missing doc

    Steve Porter committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    7def7a8 View commit details
    Browse the repository at this point in the history
  4. fix return type

    Steve Porter committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    99cb04a View commit details
    Browse the repository at this point in the history
  5. add missing full stop

    Steve Porter committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    9175628 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. create bearer token validator

    Steve Porter committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    d088a3f View commit details
    Browse the repository at this point in the history
  2. add bearer token introspection response

    Steve Porter committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    1737752 View commit details
    Browse the repository at this point in the history
  3. add introspection validator interface

    Steve Porter committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    af2cde2 View commit details
    Browse the repository at this point in the history
  4. refactor introspection response

    The JWT logic has been moved from the introspection response and is now in the child class BearerTokenIntrospectionResponse
    Steve Porter committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    2a1a8b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4611bed View commit details
    Browse the repository at this point in the history
  6. fix code style

    Steve Porter committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    2745059 View commit details
    Browse the repository at this point in the history
  7. update phpdoc

    Steve Porter committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    66f9843 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Merge remote-tracking branch 'other/feature/add-introspection-impleme…

    …ntation-code-review' into feature/add-introspection-implementation
    Maciej Król committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    46dded2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    f283fa8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Refactor Introspection Solution

    Maciej Król committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    97a4ddc View commit details
    Browse the repository at this point in the history
  2. Small method declaration changes

    Maciej Król committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    69aca7d View commit details
    Browse the repository at this point in the history
  3. Apply StyleCI suggestions

    Maciej Król committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    759eea8 View commit details
    Browse the repository at this point in the history