This repository was archived by the owner on Jun 29, 2019. It is now read-only.
v0.7.0
Features:
- Issue a new refresh token when requesting an access token through the refresh_token grant type (@jswitzer)
- Set the expiration time of a token for each grant individually (@jswitzer)
- Create redis stores (@bhoomit)
- Create mysql stores (@wndhydrnt)
Improvements:
- Update Tornado integration docs (@kivo360)
- Add functional tests for supported storage backends. (@wndhydrnt)
Bugfixes:
- Fix WSGI adapter not passing a list of tuples as headers in Python 3. (@wndhydrnt)
- Fix request for access token responding '400: Bad Request' in Python 3. (@wndhydrnt)