You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experienced being disconnected really often, the access token has a 1 day lifetime but isn't there any refresh token mechanism to refresh it ?
The UX isn't great since it's not an app where you want maximal security like a bank application or whatever.
If it's too tedious to implement why not just using session auth ? It works fine with DRF as well
Hi,
I experienced being disconnected really often, the access token has a 1 day lifetime but isn't there any refresh token mechanism to refresh it ?
The UX isn't great since it's not an app where you want maximal security like a bank application or whatever.
If it's too tedious to implement why not just using session auth ? It works fine with DRF as well
And is easy to implement in your (Vue) frontend with something like that :
The text was updated successfully, but these errors were encountered: