oauth2-server/_data/menu.yml

34 lines
1.3 KiB
YAML
Raw Normal View History

2014-10-01 03:03:42 +05:30
Getting Started:
2014-10-01 03:14:18 +05:30
Introduction: '/'
Terminology: '/terminology/'
2016-03-23 18:15:47 +05:30
Requirements: '/requirements/'
2014-10-01 03:14:18 +05:30
Installation: '/installation/'
2016-03-24 19:25:10 +05:30
Database Setup: '/database-setup/'
Framework Integrations: '/framework-integrations/'
V4 Docs: '/V4-docs/'
2014-10-01 03:14:18 +05:30
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/'
2016-03-24 19:25:10 +05:30
'Authorization Code Grant': '/authorization-server/auth-code-grant/'
2016-03-23 18:15:47 +05:30
# '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/'
2014-10-01 03:14:18 +05:30
Resource Server:
2016-03-23 18:15:47 +05:30
# 'Securing your API': '/resource-server/securing-your-api/'
2016-03-16 02:03:44 +05:30
Middleware:
2016-03-23 18:15:47 +05:30
# 'TODO': '/a'
Response Types:
# 'Bearer Token Response': '/a'
# 'MAC Token Response': '/a'
# 'Custom Response': '/a'
2016-03-16 02:03:44 +05:30
Respository Interfaces:
2016-03-23 18:15:47 +05:30
# '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'