-
Suggested by Ben:
```
Splitting up the doorman package into:
- web handler / middleware package
- ladon middleware
- JWT package
Since they are in separate packages they can only interact wi…
-
I'm really interested in adopting ladon as the authorization framework for an API that I am developing in Golang. I'd like to be able to make access control decisions based on not only users and group…
-
I am not able to understand what Equals does in this context. Is it a keyword or a type? I am not able to find documentation for it.
https://github.com/ory/ladon/blob/9fada03c11c183e37c13f581ee6deca8…
-
We have learned a lot over the last year in terms of how ORY Hydra is being used. Initially, we wanted to avoid the problems facing popular databases like MongoDB or others, which did not include auth…
-
## JWKS endpoint (GET)
```
$ gobench -u "http://localhost:4444/keys/hydra.tls" -c 10000 -t 5 -auth "bearer o9RoOGORCtFeTe6HA6x0ZPKz6TikuJwDLHZSRMkPvS4.s3Q_o3uwPVfxaeAYoezvLBXgoqHFMsLnxyS0PELt-bg"
Di…
-
When processing result there is no error handling, which should be held through `res.Err()`
https://github.com/d3sw/ladon/blob/master/manager/rdb/manager_rdb.go#L53
https://github.com/d3sw/ladon/b…
-
https://github.com/ory/ladon/blob/9fada03c11c183e37c13f581ee6deca8d8e747f9/manager_test_helper.go
Looking at the manager I see the:
```
{
ID: uuid.New(),
Description: "descripti…
-
We already have `EqualsSubjectCondition`, to allow when `subject == context.key`.
We'd want `ContainsSubjectCondition`, to allow when `subject in context.key` (where `context.key` is a list of stri…
-
Is it currently possible to have variable for the subject and resource in a policy and populate these from the call to _/allowed_:
**If not a feature request would be:**
**Policy:**
For exampl…
-
From #67 :
> Also I think the config should handle loading and parsing of the sources. Then the configuration passed to doorman.New(doormanConfig) would already contain all the policy data it need…