Commit 1b1dc62
committed
Experiment to propagate allowed-groups to clients
We probably want to have some structure to better filter out quads and better
filter out information sent to consumers (also see #26).
This experiment allows dropping the access rights used in the request's header.
It doesn't allow dropping the mu-session-id though doing so could allow for more
involved folding and we see no reason not allow this too.
The mu-auth-allowed-groups are still persisted in the delta body. It's not
documented to be available there so we could remove it there too.
A function can be specified to alter the access rights.1 parent 1b6cf04 commit 1b1dc62
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
| |||
0 commit comments