oauth2-server/_data/menu.yml

27 lines
1.3 KiB
YAML
Raw Normal View History

2014-09-30 22:33:42 +01:00
Getting Started:
2014-09-30 22:44:18 +01:00
Introduction: '/'
Terminology: '/terminology/'
2016-03-23 12:45:47 +00:00
Requirements: '/requirements/'
2014-09-30 22:44:18 +01:00
Installation: '/installation/'
2016-03-24 13:55:10 +00:00
Database Setup: '/database-setup/'
Framework Integrations: '/framework-integrations/'
V4 Docs: '/V4-docs/'
2014-09-30 22:44:18 +01:00
Authorization Server:
2016-03-24 15:01:49 +00:00
'Which Grant?': '/authorization-server/which-grant/'
2014-09-30 22:44:18 +01:00
'Client Credentials Grant': '/authorization-server/client-credentials-grant/'
'Password Grant': '/authorization-server/resource-owner-password-credentials-grant/'
2016-03-24 13:55:10 +00:00
'Authorization Code Grant': '/authorization-server/auth-code-grant/'
2016-10-18 20:15:24 +02:00
'Implicit Grant': '/authorization-server/implicit-grant/'
'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
2016-03-23 12:45:47 +00:00
# 'Creating custom grants': '/authorization-server/custom-grants/'
'Domain Events': '/authorization-server/events/'
2014-09-30 22:44:18 +01:00
Resource Server:
2016-03-24 15:01:49 +00:00
'Securing your API': '/resource-server/securing-your-api/'
2016-07-14 08:18:16 +01:00
Repository Interfaces:
2016-03-24 16:22:45 +00:00
'Access Token Repository Interface': '/access-token-repository-interface/'
'Client Repository Interface': '/client-repository-interface/'
'Refresh Token Repository Interface': '/refresh-token-repository-interface/'
2016-03-24 19:26:58 +00:00
'Scope Repository Interface': '/scope-repository-interface/'
'Auth Code Repository Interface': '/auth-code-repository-interface/'
2016-07-14 08:18:16 +01:00
'User Repository Interface': '/user-repository-interface/'