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

Decouple error responses from exception #1113

Open
wants to merge 9 commits into
base: 9.0.0-WIP
Choose a base branch
from

Commits on Apr 20, 2020

  1. adds a public getter for the redirectUri property

    Patrick Rodacker committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    6f2af0d View commit details
    Browse the repository at this point in the history
  2. adds an ExceptionResponseHandler

    Patrick Rodacker committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    9f6f27b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06fd9f0 View commit details
    Browse the repository at this point in the history
  4. adds proxy method for exception response handler to generate http res…

    …ponse from an OAuthServerException
    Patrick Rodacker committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    34df0db View commit details
    Browse the repository at this point in the history
  5. extract the generateHttpResponse to a trait and use it in the Resourc…

    …eServer as well
    Patrick Rodacker committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    899e7ad View commit details
    Browse the repository at this point in the history
  6. removes generateHttpResponse method from OAuthServerException and ref…

    …actors lib accordingly
    Patrick Rodacker committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    d9bc7d2 View commit details
    Browse the repository at this point in the history
  7. fixes phpdoc formatting

    Patrick Rodacker committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    a8b7b2e View commit details
    Browse the repository at this point in the history
  8. removes unused imports

    Patrick Rodacker committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    b60de46 View commit details
    Browse the repository at this point in the history
  9. adds blank line before return statement

    Patrick Rodacker committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    94114ba View commit details
    Browse the repository at this point in the history