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 have an action that allows to upload files to S3.
When doing this, there are some cases that the user does not wait this query to be done and navigates to another page without receiving the new token. This causes the user to log out.
Is there any way in which I could tell devise_token_auth to not invalidate the token on these 'long' actions?
The text was updated successfully, but these errors were encountered:
Maybe offload this to a background job, and show the status using subsequent requests? Since ther hasn't been a lot of activity on this, closing for now.
Hi,
I have an action that allows to upload files to S3.
When doing this, there are some cases that the user does not wait this query to be done and navigates to another page without receiving the new token. This causes the user to log out.
Is there any way in which I could tell devise_token_auth to not invalidate the token on these 'long' actions?
The text was updated successfully, but these errors were encountered: