passport-stormpath
passport-stormpath copied to clipboard
Passport.js plugin for the Stormpath User Management Service
Hello :wave: :rocket::rocket::rocket: istanbul just published its new version 0.3.22, which **is not covered by your current version range**. If this pull request passes your tests you can publish your...
Hello :wave: :warning::warning::warning: sinon just published its new version 1.17.1, which **is covered by your current version range**. After updating it in your project **an automated test run couldn’t be...
Hello :wave: :rocket::rocket::rocket: chai just published its new version 3.3.0, which **is not covered by your current version range**. If this pull request passes your tests you can publish your...
Hello :wave: :rocket::rocket::rocket: mocha just published its new version 2.3.3, which **is not covered by your current version range**. If this pull request passes your tests you can publish your...
Hello :wave: This is the first automated pull requests to help reach the goal of up to date and stable software. It updates all of the dependencies in the `package.json`...
so that it shows up in info, incase the application needs any of the information in there. An example use case, the application needs to handle "account failed because not...
We recently added API Key features to the Stormpath API, and we should support those authentication mechanisms with this strategy. Please see these links for more information: [Stormpath API Key...
I'm using `[email protected]` and `[email protected]` I might have misunderstood what Stormpath meant by caching, but shouldn't the first resource query be the slowest, and the rest much faster? I'm passing...
We should ideally support something like: ``` javascript new StormpathStrategy({ apiKeyFileLocation: '/blah/apiKey.properties', }); ```
- Show some examples of how you would use this with an express route - Show example of how you can use a "Custom Callback" to passport.authenticate, so that you...