.. You should enable this project on travis-ci.org and coveralls.io to make
these badges work. The necessary Travis and Coverage config files have been
generated for you.
.. image:: https://travis-ci.org/dubvfan87/ckanext-oauth2provider.svg?branch=master
:target: https://travis-ci.org/dubvfan87/ckanext-oauth2provider
.. image:: https://coveralls.io/repos/dubvfan87/ckanext-oauth2provider/badge.svg
:target: https://coveralls.io/r/dubvfan87/ckanext-oauth2provider
.. image:: https://pypip.in/download/ckanext-oauth2provider/badge.svg
:target: https://pypi.python.org/pypi//ckanext-oauth2provider/
:alt: Downloads
.. image:: https://pypip.in/version/ckanext-oauth2provider/badge.svg
:target: https://pypi.python.org/pypi/ckanext-oauth2provider/
:alt: Latest Version
.. image:: https://pypip.in/py_versions/ckanext-oauth2provider/badge.svg
:target: https://pypi.python.org/pypi/ckanext-oauth2provider/
:alt: Supported Python versions
.. image:: https://pypip.in/status/ckanext-oauth2provider/badge.svg
:target: https://pypi.python.org/pypi/ckanext-oauth2provider/
:alt: Development Status
.. image:: https://pypip.in/license/ckanext-oauth2provider/badge.svg
:target: https://pypi.python.org/pypi/ckanext-oauth2provider/
:alt: License
=============
ckanext-oauth2provider
.. Allows CKAN to become an OAuth2 provider.
Requirements
Requires CKAN v2.2 or greater
Installation
.. Add any additional install steps to the list below.
For example installing any non-Python dependencies or adding any required
config settings.
To install ckanext-oauth2provider:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-oauth2provider Python package into your virtual environment::
pip install ckanext-oauth2provider
Add oauth2provider to the ckan.plugins setting in your CKAN
config