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: mikaelvg/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: mikaelvg/node-oauth2-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/client-specific-timeouts
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Mar 11, 2015

  1. Add client-specifc token lifetimes.

    Closes oauthjs#137
    Fixes oauthjs#98
    
    Modifications from the following:
    
    commit f3d2259
    Author: Michael Salinger <[email protected]>
    Date:   Thu Feb 19 10:07:26 2015 -0500
    
        Fixed custom timeouts not being properly displayed in the token endpoint response body
    
    commit 2c02a15
    Author: Michael Salinger <[email protected]>
    Date:   Tue Jan 27 07:01:43 2015 -0500
    
        Changes based on pull request feedback
    
    commit 341770e
    Author: Michael Salinger <[email protected]>
    Date:   Tue Jan 20 11:27:08 2015 -0500
    
        Fixes oauthjs#98 - Addes client-specific token lifetimes
    
        Adds three attributes to the client entity that determine the grant, access token, or refresh
        token lifetime.  If any of the attributes is not present in the client object, the default config
        value is used.
    
        * authCodeLifetime
        * accessTokenLifetime
        * refreshTokenLifetime
    thomseddon committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    1572b2c View commit details
    Browse the repository at this point in the history
Loading