-
Can you clarify on the keys? Does stormpath automatically search for either env keys, that stormpath.yml file, or the keys locations explicitly defined in the server file or something else?
-
I have looked all over the place but can't seem to find how to access the customData for a logged in user. The stormpath-shiro plugin is setup and working. I can login as a user and the permissions ar…
-
List of terms and definitions to help users better understand Stormpath specific terminology and how it's used throughout docs. Add as part of product guide after primary chapters, before Stormpath Er…
-
I'm trying to use the example on the wiki.
https://github.com/stormpath/stormpath-scala/wiki
The example states using...
`"com.stormpath.scala" % "stormpath-scala-core_2.10" % "0.1.0"`
This does n…
-
A _nice to have_ would be a thymleaf dialect that would map the stormpath groups to spring security roles that behaved like https://github.com/thymeleaf/thymeleaf-extras-springsecurity. Currently when…
-
Hi,
Stormpath fails to use my (simplified) logging module:
logger.js:
`module.exports = require('winston');`
app.js:
`var logger = require('./lib/utils/logger');
app.use(stormpath.init(app, {
log…
-
When resetting pasword, email arrives as follows:
From: Tatyana Fedorova (fedorova.tanya@gmail.com) M
Sent: Thu 6/12/14 3:49 AM
To: anton.spektorov@gooddler.com
Microsoft SmartScreen marked th…
-
Why using Stormpath while these simple lines in shiro.ini are enough to have a static user set up:
```
#username admin, password: secret
[users]
admin = secret
```
-
Hi,
I tried to use the Cache to prevent repeating requests. However, in my implementation on each login attempt there is one request to the server. After reading the code, I recognized that collectio…
-
It would be great to have the ability to require group membership. Unfortunately, I'm not very experienced with LUA, and this may already be possible for all I know.
Something like this would be grea…