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:
|
||||
Introduction: '/'
|
||||
Terminology: '/terminology/'
|
||||
Requirements: '/requirements/'
|
||||
Installation: '/installation/'
|
||||
Framework Integrations: '/framework-integrations/'
|
||||
#Framework Integrations: '/framework-integrations/'
|
||||
Authorization Server:
|
||||
'Which grant?': '/authorization-server/which-grant/'
|
||||
'Client Credentials Grant': '/authorization-server/client-credentials-grant/'
|
||||
'Password Grant': '/authorization-server/resource-owner-password-credentials-grant/'
|
||||
'Authorization Code Grant': '/authorization-server/auth-code-grant/'
|
||||
'Implict Grant': '/authorization-server/auth-code-grant/'
|
||||
'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
|
||||
'Custom grants': '/authorization-server/custom-grants/'
|
||||
'Events': '/authorization-server/events/'
|
||||
# 'Authorization Code Grant': '/authorization-server/auth-code-grant/'
|
||||
# 'Implict Grant': '/authorization-server/auth-code-grant/'
|
||||
# 'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
|
||||
# 'Creating custom grants': '/authorization-server/custom-grants/'
|
||||
'Domain Events': '/authorization-server/events/'
|
||||
Resource Server:
|
||||
'Securing your API': '/resource-server/securing-your-api/'
|
||||
Response Types:
|
||||
'Bearer Token Response': '/'
|
||||
'MAC Token Response': '/'
|
||||
'Custom Response': '/'
|
||||
# 'Securing your API': '/resource-server/securing-your-api/'
|
||||
Middleware:
|
||||
'TODO': '/'
|
||||
# 'TODO': '/a'
|
||||
Response Types:
|
||||
# 'Bearer Token Response': '/a'
|
||||
# 'MAC Token Response': '/a'
|
||||
# 'Custom Response': '/a'
|
||||
Respository Interfaces:
|
||||
'Access Token Repository Interface': '/'
|
||||
'Client Repository Interface': '/'
|
||||
'Refresh Token Repository Interface': '/'
|
||||
'Scope Repository Interface': '/'
|
||||
'Auth Code Repository Interface': '/'
|
||||
'User Repository Interface': '/'
|
||||
'Mac Token Interface': '/'
|
||||
# 'Access Token Repository Interface': '/a'
|
||||
# 'Client Repository Interface': '/a'
|
||||
# 'Refresh Token Repository Interface': '/a'
|
||||
# 'Scope Repository Interface': '/a'
|
||||
# 'Auth Code Repository Interface': '/a'
|
||||
# 'User Repository Interface': '/a'
|
||||
# 'Mac Token Interface': '/a'
|
||||
|
Loading…
Reference in New Issue
Block a user