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 am using angular-oauth2-oidc v15.0.1 in my Angular project to authenticate my application with the Identity Server. We have implemented a refresh token that is triggered just before the token expires. While everything generally works well, I encounter an issue when the network disconnects during a refresh token call, resulting in an "ERR_INTERNET_DISCONNECTED" error. After this error, the refresh token call does not retry.
Could you please suggest a smooth way to handle this situation?
The text was updated successfully, but these errors were encountered:
I do like to know is there a solution because once the refresh token call failed there is no retry happens which makes then still uses old token to authenticate which makes the calls to fail
I am using angular-oauth2-oidc v15.0.1 in my Angular project to authenticate my application with the Identity Server. We have implemented a refresh token that is triggered just before the token expires. While everything generally works well, I encounter an issue when the network disconnects during a refresh token call, resulting in an "ERR_INTERNET_DISCONNECTED" error. After this error, the refresh token call does not retry.
Could you please suggest a smooth way to handle this situation?
The text was updated successfully, but these errors were encountered: