blob: 16990687ef4bc4182997a50ee20d698ca15e559e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
.. OAuthLib documentation master file, created by
sphinx-quickstart on Mon Mar 12 09:37:24 2012.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to OAuthLib's documentation!
====================================
If you can't find what you need or have suggestions for improvement, don't
hesitate to open a `new issue on GitHub`_!
Check out :doc:`error_reporting` for details on how to be an awesome bug reporter.
For news and discussions please head over to our `G+ OAuthLib community`_.
.. _`new issue on GitHub`: https://github.com/idan/oauthlib/issues/new
.. _`G+ OAuthLib community`: https://plus.google.com/communities/101889017375384052571
.. toctree::
:maxdepth: 1
installation
faq
feature_matrix
error_reporting
contributing
release_process
oauth_1_versus_oauth_2
.. toctree::
:maxdepth: 3
oauth1/oauth1
oauth2/oauth2
oauth2/oidc
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|