-
So, our Python contractor (@avojnovicDk) has been working on porting this library over to Python, and came across a bug in this code here: https://github.com/stormpath/stormpath-node-config/blob/maste…
-
If I do:
```
app.use(bodyParser.json())
app.use(stormpath.init(app, {}))
```
express-stormpath breaks on any urlencoded things, and complains that body isn't set.
Expected behavior:
express-storm…
-
Upgrading UI-Router to 0.3 causes this exception in our code, if UI-Router is listed before stormpath in the module dependencies:
```
angular.js:4442 Uncaught Error: Unrecognised token store: lo…
-
Hi,
We don't use Flux for our application, but still had to hook into it to receive stormpath events for login/logout etc.
While it wasn't a big deal, it required digging around the sources to see…
-
## Issue Type (Leave One)
Bug
## Version affected
1.17.1
## Summary
When a password contains a '*' (star) character the error 'Authentication required.' is returned. It appears like the SDK…
-
Have permission management features ever been considered for inclusion in this library?
-
I'm using `stormpath@0.6.0` and `passport-stormpath@0.2.3`
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 attempting to use the angular 2 sdk but receive the following error:
> stateService.ts:530 TypeError: Cannot read property 'getCookie' of null
at CookieXSRFStrategy.configureRequest (xhr_b…
-
When I try to login through stormpath default login page, an error is shown. I am using custom login view.
```
2016-02-04 03:25 +00:00: Error: Cannot send secure cookie over unencrypted connection
…
-
While testing both the _password_ and _client_credentials_ grants, the _password_ grant works, however the _client_credentials_ grant fails with the following response:
```
{"message":"Undefined prop…