oauth2-server/_data/menu.yml

26 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:
2016-03-24 20:31:49 +05:30
'Which Grant?': '/authorization-server/which-grant/'
2014-10-01 03:14:18 +05:30
'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/'
'Implict Grant': '/authorization-server/implicit-grant/'
'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
2016-03-23 18:15:47 +05:30
# 'Creating custom grants': '/authorization-server/custom-grants/'
'Domain Events': '/authorization-server/events/'
2014-10-01 03:14:18 +05:30
Resource Server:
2016-03-24 20:31:49 +05:30
'Securing your API': '/resource-server/securing-your-api/'
2016-03-16 02:03:44 +05:30
Respository Interfaces:
2016-03-24 21:52:45 +05:30
'Access Token Repository Interface': '/access-token-repository-interface/'
'Client Repository Interface': '/client-repository-interface/'
'Refresh Token Repository Interface': '/refresh-token-repository-interface/'
2016-03-25 00:56:58 +05:30
'Scope Repository Interface': '/scope-repository-interface/'
'Auth Code Repository Interface': '/auth-code-repository-interface/'
'User Repository Interface': '/user-repository-interface/'