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

add JWT_EXPIRATION_DELTA's judge #480

Open wnz27 opened 5 years ago

wnz27 commented 5 years ago

I think if exp time passed, can't execute the refresh operation~ I don't know what I think is right, whether it suitable for real application! expect your reply and your wisdom explain!!

wnz27 commented 5 years ago

when I running, I thought it problem deeply. I think I was wrong, real application maybe when exp time passed, then we call refresh func,, I'm very sorry for disturb!