-
We should have a way to, given a Django User object, retrieve the corresponding Stormpath Account object. This way, we can do more advanced Stormpath things if we need to.
-
https://docs.stormpath.com/php/laravel/latest/password_reset.html#enable-the-workflow
https://github.com/stormpath/stormpath-framework-spec/blob/master/password-reset.md
`If the default account stor…
-
In recent development, I need to start leveraging the `TOKEN_SET` and `TOKEN_REFRESH` dispatched events so that I can properly pass them on subsequent API calls to the express application.
Looking …
-
Greetings gents, if anyone has any insight into what I may be doing wrong I'd be really love it. I've configured my application to match the documentation for MultiTenancy, but for some reason the su…
-
For those using front-end frameworks, it is common for the the front-end application to be served from a different domain or port from the data API. This means that this library will need to serve th…
-
When authenticating explicitly against an organization by supplying organizationNameKey=anOrganization parameter, the resulting JWT contains an '**org**' element that points to that organization.
W…
-
https://github.com/stormpath/stormpath-node-config/blob/c11f1f59d88e3e64f6abe4fa829e64fdc31ab6ad/lib/strategy/EnrichClientFromRemoteConfigStrategy.js#L81-L83
It looks like this was just added for tes…
-
If I set:
```
app.use(stormpath.init(app, {
web: {
produces: ['application/json']
}
}));
```
And I send a HTTP request to a route with `stormpath.loginRequired` without an `Accept` header, S…
-
Hi,
Apologies for my ignorance here - I'm trying to follow the [AngularJS + Yeoman Guide](https://docs.stormpath.com/angularjs/guide/index.html) and am experiencing an infinite loop when building th…
-
I created the complete version of [LoopBack tutorial](http://docs.strongloop.com/display/public/LB/Getting+started+with+LoopBack) intended to be the primary test for LoopBack-Stormpath interface you a…