-
https://github.com/tarantool/tarantool
-
Because `hydra_policies` table is used for `connections` also. Ladon errors when it tries to decode conditions.
https://github.com/ory-am/ladon/blob/63d3e27a44b7e60f0cfd8a38231ccbe13c74aee7/manager_…
-
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
# Environment
- Operating System: mac os elcapitan
- Python Version: 2.7.11
- Python Bitness: 64
- How did …
-
Suppose I have a policy that allows anyone, including anonymous users, to access a resource.
Given that the user is anonymous I don't have a token, but the `ActionAllowed` method asks for it:
```
fun…
-
Could someone commit the existing and completed backends to the master branch?
-
Ok, this is complex.
In short when I use a token it tells me that it's already expired, even if I got it only moments after.
I get the token with:
``` javascript
var redirectUri = encodeURIComp…
-
At http://docs.hdyra.apiary.io/#reference/warden:-access-control-for-resource-providers/check-if-an-access-tokens-subject-is-allowed-to-do-something/check-if-an-access-token's-subject-is-allowed-to-do…
-
Looks like `client.GetClients()` is returning a map with all map values set to the same value. The actual value can vary each time you call it.
e.g.
```
Got 4 clients:
client [0c21e5d8-9340-4f35-a3…
-
In the page https://ory-am.gitbooks.io/hydra/content/policy.html
The link to warden examples `give the Warden examples a read.` gives a 404 to https://ory-am.gitbooks.io/hydra/content/Ladon%20Re…
-
Hey, I was having a quick look through the latest release (congratulations by the way) and noticed that you were importing GoRethink using two different imports (github.com/dancannon/gorethink and gop…