File: docker.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 (20 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Docker
======

Docker.io OAuth2
----------------

Docker.io now supports OAuth2 for their API. In order to set it up:

- Register a new application by following the instructions in their website:
  `Register Your Application`_

- Fill **Consumer Key** and **Consumer Secret** values in settings::

      SOCIAL_AUTH_DOCKER_KEY = ''
      SOCIAL_AUTH_DOCKER_SECRET = ''

- Add ``'social.backends.docker.DockerOAuth2'`` into your
  ``SOCIAL_AUTH_AUTHENTICATION_BACKENDS``.

.. _Register Your Application: http://docs.docker.io/en/latest/reference/api/docker_io_oauth_api/#register-your-application