mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Updated docs
This commit is contained in:
@@ -1,2 +1,18 @@
|
||||
Getting Started:
|
||||
Introduction: '/'
|
||||
Introduction: '/'
|
||||
Terminology: '/terminology/'
|
||||
Installation: '/installation/'
|
||||
Implementing storage interfaces: '/implementing-storage-interfaces/'
|
||||
Authorization Server:
|
||||
'Which grant?': '/authorization-server/which-grant/'
|
||||
'Authorization Code Grant': '/authorization-server/auth-code-grant/'
|
||||
'Client Credentials Grant': '/authorization-server/client-credentials-grant/'
|
||||
'Password Grant': '/authorization-server/resource-owner-password-credentials-grant/'
|
||||
'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
|
||||
'Server Customisation': '/authorization-server/customisation/'
|
||||
'Events': '/authorization-server/events/'
|
||||
'Custom token identifier generator': '/authorization-server/custom-token-identifier-generator/'
|
||||
'Custom token types': '/authorization-server/custom-token-types/'
|
||||
'Custom grants': '/authorization-server/custom-grants/'
|
||||
Resource Server:
|
||||
'Securing your API': '/resource-server/securing-your-api/'
|
@@ -1,4 +1,4 @@
|
||||
title:
|
||||
tagline:
|
||||
description:
|
||||
google_analytics_tracking_id:
|
||||
title: OAuth 2.0 Server
|
||||
tagline: PHP, meet OAuth
|
||||
description: A standards compliant OAuth 2.0 server
|
||||
google_analytics_tracking_id: UA-46050814-5
|
Reference in New Issue
Block a user