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!
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!