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: zero51/node-oauth2-server-implementation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: manjeshpv/node-oauth2-server-implementation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 11 files changed
  • 7 contributors

Commits on Apr 13, 2017

  1. fix: manjeshpv#8

    Manjesh V authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    00ab573 View commit details
    Browse the repository at this point in the history
  2. fixes: manjeshpv#8

    Manjesh V authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    ade9fa1 View commit details
    Browse the repository at this point in the history
  3. Update models.js

    Manjesh V authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    ee649e2 View commit details
    Browse the repository at this point in the history
  4. fix: manjeshpv#8

    Manjesh V committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    3941bc6 View commit details
    Browse the repository at this point in the history
  5. Change to module exports so that authentication handler can deal with…

    … scopes. (manjeshpv#7)
    
    The authenticate handler expects a function verifyScope() 
    Which on is wrong? the model exports or is the authenticate handler wrong?
    
    oauth2-server module, file /lib/handlers/authenticate-handler.js
    
    if (options.scope && !options.model.verifyScope) {
        throw new InvalidArgumentError('Invalid argument: model does not implement `verifyScope()`');
      }
    BrunoEVCosta authored and Manjesh V committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    429a573 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. fixes: manjeshpv#4

    Manjesh V committed May 5, 2017
    Configuration menu
    Copy the full SHA
    5dc36da View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2017

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

Commits on Mar 5, 2018

  1. new mongoose setup added

    Achille Nana Chimi committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    9961c0d View commit details
    Browse the repository at this point in the history
  2. rollback format changes

    Achille Nana Chimi committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    d512061 View commit details
    Browse the repository at this point in the history
  3. mongoose promise added

    Achille Nana Chimi committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    d823300 View commit details
    Browse the repository at this point in the history
  4. mongoose uri updated

    Achille Nana Chimi committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    40aece7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Update README.md

    Manjesh V authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    18b8fb1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Manjesh V authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    df630d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Adding missing app.listen to app.js (manjeshpv#39)

    Ensuring the app binds to a port to begin with
    Dectom authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    848d064 View commit details
    Browse the repository at this point in the history
  2. Merge pull request manjeshpv#27 from nanachimi/master

    Upgrade mongoose setup
    manjeshpv authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    535ec46 View commit details
    Browse the repository at this point in the history
  3. Merge pull request manjeshpv#23 from nahuelcandia/master

    Add 'host' for mysql to config.js.
    manjeshpv authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a689a6d View commit details
    Browse the repository at this point in the history
Loading