Metadata-Version: 2.0
Name: djangorestframework-jwt-refresh-token
Version: 0.2
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@noa.one
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
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: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP

# 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.2 / 2016-01-28
    - Fix packaging

- 0.1.1 / 2016-01-28
    - Fix packaging

- 0.1.0 / 2016-01-28
    - Initial Release based on https://github.com/GetBlimp/django-rest-framework-jwt/pull/123


