mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-24 08:20:31 +08:00
Add policy to allow account page access.
This commit is contained in:
parent
987bb14a6b
commit
5326cafbed
@ -75,6 +75,9 @@ p, *, *, POST, /api/login/oauth/access_token, *, *
|
|||||||
p, *, *, GET, /api/get-application, *, *
|
p, *, *, GET, /api/get-application, *, *
|
||||||
p, *, *, GET, /api/get-users, *, *
|
p, *, *, GET, /api/get-users, *, *
|
||||||
p, *, *, GET, /api/get-user, *, *
|
p, *, *, GET, /api/get-user, *, *
|
||||||
|
p, *, *, GET, /api/get-organizations, *, *
|
||||||
|
p, *, *, GET, /api/get-default-application, *, *
|
||||||
|
p, *, *, GET, /api/get-default-providers, *, *
|
||||||
`
|
`
|
||||||
|
|
||||||
sa := stringadapter.NewAdapter(ruleText)
|
sa := stringadapter.NewAdapter(ruleText)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user