mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Enable implict and refresh token grants in menu
This commit is contained in:
parent
fee442755d
commit
5b66d60d82
@ -11,8 +11,8 @@ Authorization Server:
|
|||||||
'Client Credentials Grant': '/authorization-server/client-credentials-grant/'
|
'Client Credentials Grant': '/authorization-server/client-credentials-grant/'
|
||||||
'Password Grant': '/authorization-server/resource-owner-password-credentials-grant/'
|
'Password Grant': '/authorization-server/resource-owner-password-credentials-grant/'
|
||||||
'Authorization Code Grant': '/authorization-server/auth-code-grant/'
|
'Authorization Code Grant': '/authorization-server/auth-code-grant/'
|
||||||
# 'Implict Grant': '/authorization-server/auth-code-grant/'
|
'Implict Grant': '/authorization-server/implicit-grant/'
|
||||||
# 'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
|
'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
|
||||||
# 'Creating custom grants': '/authorization-server/custom-grants/'
|
# 'Creating custom grants': '/authorization-server/custom-grants/'
|
||||||
'Domain Events': '/authorization-server/events/'
|
'Domain Events': '/authorization-server/events/'
|
||||||
Resource Server:
|
Resource Server:
|
||||||
|
Loading…
Reference in New Issue
Block a user