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

Added API endpoint for token refresh #172

Closed
wants to merge 15 commits into from

Commits on Feb 2, 2016

  1. Configuration menu
    Copy the full SHA
    bebaf16 View commit details
    Browse the repository at this point in the history
  2. Refresh works, but only when just the payload is decoded, not when th…

    …e {complete: true} option is on
    Jean-Philipe Pellerin committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    10f2f9f View commit details
    Browse the repository at this point in the history
  3. Can take into account the header + payload of a decoded token ie : {c…

    …omplete: true}
    Jean-Philipe Pellerin committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    8c81d34 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. More in depth testing with comparision of equality

    Jean-Philipe Pellerin committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    5d8d288 View commit details
    Browse the repository at this point in the history
  2. typos in test and documentation in index.js

    Jean-Philipe Pellerin committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    0428b23 View commit details
    Browse the repository at this point in the history
  3. Testing failures and async mode

    Jean-Philipe Pellerin committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    9bd0961 View commit details
    Browse the repository at this point in the history
  4. Added description for refresh in README.md

    Jean-Philipe Pellerin committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    3286e3c View commit details
    Browse the repository at this point in the history
  5. According to issue auth0#122, there was some interest in having an en…

    …dpoint to refresh a token. A refresh is considered to have the same token returned, but with a later expiry time.
    
    Can take into account the header + payload of a decoded token ie : {complete: true}
    
    More in depth testing with comparision of equality
    
    Testing failures and async mode
    
    Added description for refresh in README.md
    Jean-Philipe Pellerin committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    6d3250d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'refresh-token' of https://github.com/jppellerin/node-js…

    …onwebtoken into refresh-token
    Jean-Philipe Pellerin committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    c1e4217 View commit details
    Browse the repository at this point in the history
  7. Fix of => (arrow function) for function definition - not supported

    Jean-Philipe Pellerin committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    e122e2e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Merge branch 'refresh-token'

    Jean-Philipe Pellerin committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    27c0eb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Merge remote-tracking branch 'upstream/master'

    Jean-Philipe Pellerin committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    ed9d449 View commit details
    Browse the repository at this point in the history
  2. Fixing for changes in naming from version 6.0.0

    Jean-Philipe Pellerin committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    e4bc232 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Configuration menu
    Copy the full SHA
    063779b View commit details
    Browse the repository at this point in the history
  2. Refresh refactored and now verifies that the token is valid - more te…

    …sts needed
    Jean-Philipe Pellerin committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    5f11be4 View commit details
    Browse the repository at this point in the history