File: index.rst

package info (click to toggle)
python-social-auth 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,828 kB
  • ctags: 3,245
  • sloc: python: 12,867; makefile: 119; sh: 3
file content (44 lines) | stat: -rw-r--r-- 1,109 bytes parent folder | download
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
43
44
Welcome to Python Social Auth's documentation!
==============================================

Python Social Auth aims to be an easy to setup social authentication and
authorization mechanism for Python projects supporting protocols like OAuth (1
and 2), OpenId and others.

The initial codebase is derived from django-social-auth_ with the idea of
generalizing the process to suite the different frameworks around, providing
the needed tools to bring support to new frameworks.

django-social-auth_ itself was a product of modified code from from
django-twitter-oauth_ and django-openid-auth_ projects.


Contents:

.. toctree::
   :maxdepth: 2

   intro
   installing
   configuration/index
   pipeline
   strategies
   storage
   exceptions
   backends/index
   tests
   use_cases
   thanks
   copyright


Indices and Tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. _django-social-auth: http://github.com/omab/django-social-auth
.. _django-twitter-oauth: https://github.com/henriklied/django-twitter-oauth
.. _django-openid-auth: https://launchpad.net/django-openid-auth