jazzband / django-rest-knox

Authentication Module for django rest auth
MIT License
1.18k stars 213 forks source link

Auto refresh per token #192

Open MoisesRT opened 5 years ago

MoisesRT commented 5 years ago

After I created the issue: https://github.com/James1345/django-rest-knox/issues/190 I started to work on a solution for it because we need it in our Django project, so I did it in a way that the current behavior won't be affected.

belugame commented 4 years ago

@MoisesRT could you resolve the migration file name conflict and i will merge and release :) thank you

mohammadreza76 commented 2 years ago

hi for using refresh token,now i set auto_refresh true and MIN_REFRESH_INTERVAL equal 10 and i set token_ttl in settings.my question is after these works what should i do?and what front should do?