- Updated mocha
- Updated travis versions
- Updated npm deps
- Updated npm deps and travis versions
- Updated npm deps and travis versions
- Add option to pass user id_token to the overloaded userProfile in strategy @Nigh7Sh4de
- Updated npm deps
- Updated deps to fix security issue with lodash here @rwky
- Updated deps to fix security issues with js-yaml here and here @rwky
- Updated travis to support node 12 and remove support for node 6 and 11 @rwky
- AuthorizationError, InternalOAuthError and TokenError now always have a
message
property which will be an empty string if there is no message, previously this wasundefined
@rwky
- Updated npm deps @rwky
- Added node 11 to travis @rwky
- Linted code using eslint #5 @rwky
- Added github templates @rwky
- Updated npm deps @rwky
- Support scopes defined both in strategy constructor and authenticate call. @anabellaspinelli
- Updated loadash dep for security https://nodesecurity.io/advisories/577 @rwky
- Added responseType as parameter defaults to 'code' @jeffersonpenna
- Updated README.md @dan-nl
- Added CHANGELOG.md @rwky
- Updated travis to use node 6, 8 and 10 @rwky
- Removed uid2 dep replaced with node crypto @rwky
- Replaced utils-merge with lodash
- Updated README.md and package.json for passport-next org