Metadata-Version: 1.1
Name: djangorestframework-jwt-refresh-token
Version: 0.1.1
Summary: Long Refresh Tokens for JSON Web Token based authentication
Home-page: https://github.com/lock8/django-rest-framework-jwt-refresh-token
Author: Nicolas Delaby
Author-email: nicolas.delaby@lock8.me
License: MIT
Description: # django-rest-framework-jwt-refresh-token
        Plugin for django-rest-framework-jwt that supports long running refresh tokens https://auth0.com/docs/refresh-token
        
        [Documentation](https://lock8.github.io/django-rest-framework-jwt-refresh-token/)
        
        
        Work initially done by [Nick Lang](https://github.com/fxdgear)
        from that [pull request](https://github.com/GetBlimp/django-rest-framework-jwt/pull/94).
        
        [![Build Status](https://travis-ci.org/lock8/django-rest-framework-jwt-refresh-token.svg?branch=master)](https://travis-ci.org/lock8/django-rest-framework-jwt-refresh-token)
        [![codecov.io](https://codecov.io/github/lock8/django-rest-framework-jwt-refresh-token/coverage.svg?branch=master)](https://codecov.io/github/lock8/django-rest-framework-jwt-refresh-token?branch=master)
        
        
        ## Changelog
        
        - 0.1.0 / 2016-01-28
        
            - Initial Release based on https://github.com/GetBlimp/django-rest-framework-jwt/pull/123
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
