nefrob
nefrob
@auvipy I might have some time in the next few weeks to take a look.
@auvipy tentative fix now up here: https://github.com/encode/django-rest-framework/pull/9744.
@Adiorz just looking for desired direction. If we want something more comprehensive / specific than the above PR, I probably won't have time and would defer to someone else. I...
@mmfnaja trench currently uses time based one time passwords which are valid for the duration of the validity window. This also means a new code will not be generated until...
@izimobil someone with merge access on this repo would have to do it. It's been a while since I've looked at this PR/repo though so it might need some updates...
You could override the `_successful_authentication_response` function in a custom view and make it return a token with a longer expiration window.