feat(authorize): add implicit authorize flow
This commit is contained in:
parent
fa31485e44
commit
f0fad9a90a
4 changed files with 54 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ allowed_redirect_uris = [
|
|||
"http://localhost:9090/authorize",
|
||||
"http://localhost:9876/callback"
|
||||
]
|
||||
authorize_flow = "Implicit"
|
||||
|
||||
[[roles]]
|
||||
slug = "basic"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue