passport-oauth1
passport-oauth1 copied to clipboard
OAuth 1.0 authentication strategy for Passport and Node.js.
Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 0.3.0 to 5.0.1 Changelog Sourced from minimatch's changelog. change log 7.4...
Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...
Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `minimist` Updates `mocha` from 2.5.3 to 10.2.0 Release notes Sourced from...
Bumps [diff](https://github.com/kpdecker/jsdiff) to 5.0.0 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `diff` from 1.4.0 to 5.0.0 Changelog Sourced from diff's changelog. v5.0.0 Breaking: UMD...
Bumps [ms](https://github.com/vercel/ms) to 2.1.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `ms` from 0.7.1 to 2.1.3 Release notes Sourced from ms's releases. 2.1.3 Patches...
Removes [growl](https://github.com/tj/node-growl). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `growl` Updates `mocha` from 2.5.3 to 10.2.0 Release notes Sourced from...
Judging by the name `oauthTokenSecret` probably shouldn't be shared with the user? Since many people store session data in a cookie, this seems at odds with the default implementation of...
Is there any way I can designate an array of consumer keys, secrets to authenticate against rather than a single pair. This is a fairly common scenario for an API...
I was wondering why this module requires a session store. After getting a request token, why do we need to save it in a store? Isn't it passed to the...