summaryrefslogtreecommitdiff
path: root/docs/server2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/server2.rst')
-rw-r--r--docs/server2.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/server2.rst b/docs/server2.rst
index ff1fd65..9b655f4 100644
--- a/docs/server2.rst
+++ b/docs/server2.rst
@@ -210,7 +210,11 @@ Note that OAuth 2 provider is still very much a work in progress, consider it a
The full API you will need to implement is available in the
:doc:`RequestValidator <validator>` section. You might not need to implement
- all methods depending on which grant types you wish to support.
+ all methods depending on which grant types you wish to support. A skeleton
+ validator listing the methods required for the WebApplicationServer is
+ available in the `examples`_ folder on GitHub.
+
+ .. _`examples`: https://github.com/idan/oauthlib/blob/master/examples/skeleton_oauth2_web_application_server.py
Relevant sections include: