diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/oauth2/grants/custom_grant.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/oauth2/grants/custom_grant.rst b/docs/oauth2/grants/custom_grant.rst index b47131c..8c4571c 100644 --- a/docs/oauth2/grants/custom_grant.rst +++ b/docs/oauth2/grants/custom_grant.rst @@ -6,8 +6,8 @@ Writing a custom grant type can be useful to implement a specification which is in an early draft, or implement a grant provided by a specific OAuth2.0 Authorization Server documentation but not provided by oauthlib. For information, any grant types with a clear -specification can be integrated in oauthlib, just make a PR for that -! See :doc:`how to contribute here </contributing>`. +specification can be integrated in oauthlib, just make a PR for that ! +See :doc:`how to contribute here </contributing>`. Please find how to create a new grant and use it in an endpoint: |