mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Updated menu
This commit is contained in:
parent
d2af630ca6
commit
317678cee4
@ -1,30 +1,31 @@
|
|||||||
Getting Started:
|
Getting Started:
|
||||||
Introduction: '/'
|
Introduction: '/'
|
||||||
Terminology: '/terminology/'
|
Terminology: '/terminology/'
|
||||||
|
Requirements: '/requirements/'
|
||||||
Installation: '/installation/'
|
Installation: '/installation/'
|
||||||
Framework Integrations: '/framework-integrations/'
|
#Framework Integrations: '/framework-integrations/'
|
||||||
Authorization Server:
|
Authorization Server:
|
||||||
'Which grant?': '/authorization-server/which-grant/'
|
'Which grant?': '/authorization-server/which-grant/'
|
||||||
'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/auth-code-grant/'
|
||||||
'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
|
# 'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
|
||||||
'Custom grants': '/authorization-server/custom-grants/'
|
# 'Creating custom grants': '/authorization-server/custom-grants/'
|
||||||
'Events': '/authorization-server/events/'
|
'Domain Events': '/authorization-server/events/'
|
||||||
Resource Server:
|
Resource Server:
|
||||||
'Securing your API': '/resource-server/securing-your-api/'
|
# 'Securing your API': '/resource-server/securing-your-api/'
|
||||||
Response Types:
|
|
||||||
'Bearer Token Response': '/'
|
|
||||||
'MAC Token Response': '/'
|
|
||||||
'Custom Response': '/'
|
|
||||||
Middleware:
|
Middleware:
|
||||||
'TODO': '/'
|
# 'TODO': '/a'
|
||||||
|
Response Types:
|
||||||
|
# 'Bearer Token Response': '/a'
|
||||||
|
# 'MAC Token Response': '/a'
|
||||||
|
# 'Custom Response': '/a'
|
||||||
Respository Interfaces:
|
Respository Interfaces:
|
||||||
'Access Token Repository Interface': '/'
|
# 'Access Token Repository Interface': '/a'
|
||||||
'Client Repository Interface': '/'
|
# 'Client Repository Interface': '/a'
|
||||||
'Refresh Token Repository Interface': '/'
|
# 'Refresh Token Repository Interface': '/a'
|
||||||
'Scope Repository Interface': '/'
|
# 'Scope Repository Interface': '/a'
|
||||||
'Auth Code Repository Interface': '/'
|
# 'Auth Code Repository Interface': '/a'
|
||||||
'User Repository Interface': '/'
|
# 'User Repository Interface': '/a'
|
||||||
'Mac Token Interface': '/'
|
# 'Mac Token Interface': '/a'
|
||||||
|
Loading…
Reference in New Issue
Block a user