angular2-jwt-refresh
angular2-jwt-refresh copied to clipboard
Refresh token with HTTP GET method
Is there a option to use refresh token with GET method. As of now all refresh HTTP request are going through a POST, I am look to send refresh with GET and no body (My refresh API doesn't support the POST for refresh).
Also the same problem