-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Commits on Feb 2, 2016
-
Initial work done. Writing basic tests. Need to look at different cases
Jean-Philipe Pellerin committedFeb 2, 2016 Configuration menu - View commit details
-
Copy full SHA for bebaf16 - Browse repository at this point
Copy the full SHA bebaf16View commit details -
Refresh works, but only when just the payload is decoded, not when th…
…e {complete: true} option is on
Jean-Philipe Pellerin committedFeb 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 10f2f9f - Browse repository at this point
Copy the full SHA 10f2f9fView commit details -
Can take into account the header + payload of a decoded token ie : {c…
…omplete: true}
Jean-Philipe Pellerin committedFeb 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 8c81d34 - Browse repository at this point
Copy the full SHA 8c81d34View commit details
Commits on Feb 3, 2016
-
More in depth testing with comparision of equality
Jean-Philipe Pellerin committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 5d8d288 - Browse repository at this point
Copy the full SHA 5d8d288View commit details -
typos in test and documentation in index.js
Jean-Philipe Pellerin committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 0428b23 - Browse repository at this point
Copy the full SHA 0428b23View commit details -
Testing failures and async mode
Jean-Philipe Pellerin committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 9bd0961 - Browse repository at this point
Copy the full SHA 9bd0961View commit details -
Added description for refresh in README.md
Jean-Philipe Pellerin committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 3286e3c - Browse repository at this point
Copy the full SHA 3286e3cView commit details -
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 committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 6d3250d - Browse repository at this point
Copy the full SHA 6d3250dView commit details -
Merge branch 'refresh-token' of https://github.com/jppellerin/node-js…
…onwebtoken into refresh-token
Jean-Philipe Pellerin committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for c1e4217 - Browse repository at this point
Copy the full SHA c1e4217View commit details -
Fix of => (arrow function) for function definition - not supported
Jean-Philipe Pellerin committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for e122e2e - Browse repository at this point
Copy the full SHA e122e2eView commit details
Commits on Mar 17, 2016
-
Jean-Philipe Pellerin committed
Mar 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 27c0eb0 - Browse repository at this point
Copy the full SHA 27c0eb0View commit details
Commits on Jun 22, 2016
-
Merge remote-tracking branch 'upstream/master'
Jean-Philipe Pellerin committedJun 22, 2016 Configuration menu - View commit details
-
Copy full SHA for ed9d449 - Browse repository at this point
Copy the full SHA ed9d449View commit details -
Fixing for changes in naming from version 6.0.0
Jean-Philipe Pellerin committedJun 22, 2016 Configuration menu - View commit details
-
Copy full SHA for e4bc232 - Browse repository at this point
Copy the full SHA e4bc232View commit details
Commits on Jul 29, 2016
-
Merge branch 'master' of https://github.com/auth0/node-jsonwebtoken
Jean-Philipe Pellerin committedJul 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 063779b - Browse repository at this point
Copy the full SHA 063779bView commit details -
Refresh refactored and now verifies that the token is valid - more te…
…sts needed
Jean-Philipe Pellerin committedJul 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 5f11be4 - Browse repository at this point
Copy the full SHA 5f11be4View commit details