Metadata-Version: 2.0
Name: wsgi-oauth2
Version: 0.1.4
Summary: Simple WSGI middleware for OAuth 2.0
Home-page: http://styleshare.github.io/wsgi-oauth2/
Author: Hong Minhee
Author-email: dahlia@stylesha.re
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware

wsgi-oauth2
===========

.. image:: http://oauth.net/images/oauth-2-sm.png

This module provides a simple WSGI middleware that requires the user to
authenticate via the specific `OAuth 2.0`_ service e.g. Facebook_, Google_.

You can install the package via downloading from PyPI_:

.. code-block:: console

   $ easy_install wsgi-oauth2

Read the documentation_ as well.

.. _OAuth 2.0: http://oauth.net/2/
.. _Facebook: http://www.facebook.com/
.. _Google: http://www.google.com/
.. _PyPI: https://pypi.python.org/pypi/wsgi-oauth2
.. _documentation: http://styleshare.github.io/wsgi-oauth2/



