mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
26 lines
1.3 KiB
YAML
26 lines
1.3 KiB
YAML
Getting Started:
|
|
Introduction: '/'
|
|
Terminology: '/terminology/'
|
|
Requirements: '/requirements/'
|
|
Installation: '/installation/'
|
|
Database Setup: '/database-setup/'
|
|
Framework Integrations: '/framework-integrations/'
|
|
V4 Docs: '/V4-docs/'
|
|
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/implicit-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/'
|
|
Respository Interfaces:
|
|
'Access Token Repository Interface': '/access-token-repository-interface/'
|
|
'Client Repository Interface': '/client-repository-interface/'
|
|
'Refresh Token Repository Interface': '/refresh-token-repository-interface/'
|
|
'Scope Repository Interface': '/scope-repository-interface/'
|
|
'Auth Code Repository Interface': '/auth-code-repository-interface/'
|
|
'User Repository Interface': '/user-repository-interface/' |