jpadilla / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-jwt/
MIT License
3.19k stars 649 forks source link

Is it possible to return a new token from the refresh token endpoint? #356

Open aaronlelevier opened 7 years ago

aaronlelevier commented 7 years ago

My co-worker had raised this concern, that the token after refresh should have a new value. Is this possible? I did try looking at the source code, and some pyjwt source code, but I wasn't sure.

Thank you