Open aptest3 opened 8 years ago
If accesstoken expired , how can i get new accessToken without sign in again
You would create a refresh endpoint on your backend implementation and just set the auth token to be the token from the response.
Something like this:
$auth.setToken(refreshResponse.data.token);
If accesstoken expired , how can i get new accessToken without sign in again