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'm using JWT tokens for my app authentication. When the token expires my app automatically sends a retry request to refresh the token and repeats the original request.
This isn't happening with angular-pusher. How can I get the response status and retry the request in case it fails the first time?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi.
I'm using JWT tokens for my app authentication. When the token expires my app automatically sends a retry request to refresh the token and repeats the original request.
This isn't happening with angular-pusher. How can I get the response status and retry the request in case it fails the first time?
Thanks in advance!
The text was updated successfully, but these errors were encountered: