Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thimico/node-oauth2-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: thimico/node-oauth2-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-errors
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Jan 26, 2015

  1. Configuration menu
    Copy the full SHA
    14d44ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24fdd8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aa6c69 View commit details
    Browse the repository at this point in the history
  4. Use 'unauthorized_client' error

    This clarifies the difference between authentication and authorisation
    errors
    thomseddon committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    35c2558 View commit details
    Browse the repository at this point in the history
  5. Fix WWW-Authenticate header and body for failed authorise requests

    Requests containing no authorisation now yield a 401 with an empty
    body (previously 400 with normal JSON body)
    Requests that require authorisation, but fail, no inculde the
    WWW-Authenticate header (as per http://tools.ietf.org/html/rfc6750)
    thomseddon committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    0c56962 View commit details
    Browse the repository at this point in the history
Loading