Metadata-Version: 1.1
Name: wsgi-oauth2
Version: 0.2.0
Summary: Simple WSGI middleware for OAuth 2.0
Home-page: http://hongminhee.org/wsgi-oauth2/
Author: Hong Minhee
Author-email: minhee@dahlia.kr
License: MIT license
Description: wsgi-oauth2
        ===========
        
        .. image:: docs/_static/oauth2.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_,
        GitHub_.
        
        You can install the package via downloading from PyPI_:
        
        .. code-block:: console
        
           $ pip 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/
        .. _GitHub: https://github.com/
        .. _PyPI: https://pypi.python.org/pypi/wsgi-oauth2
        .. _documentation: http://hongminhee.org/wsgi-oauth2/
        
        
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: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
