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: artemabalmasov/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: artemabalmasov/node-oauth2-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/allow-null-body
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 6, 2014

  1. Supports null values

    I was having problems because my `this.req.body` is `null`, not `undefined` so i keep getting the `Only one method may be used to authenticate at a time` error.
    Volox committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    d2884aa View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2014

  1. fix incorrect test

    thomseddon committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    9ff9017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e096569 View commit details
    Browse the repository at this point in the history
Loading