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
{{ message }}
This repository has been archived by the owner on May 12, 2023. It is now read-only.
Refresh with expired refresh token returns 422 Status Code and Message: "Refresh token is invalid or has expired"
Proposal: before throwing exception check if the error is refresh token expiration and call RequestAccessTokenAsync to re-login and get new refresh token
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Akeneo.Authentication.AuthenticationClient
public virtual async Task RequestRefreshTokenAsync(string refreshToken, CancellationToken ct = default(CancellationToken)) (Line 99-101)
Refresh with expired refresh token returns 422 Status Code and Message: "Refresh token is invalid or has expired"
Proposal: before throwing exception check if the error is refresh token expiration and call RequestAccessTokenAsync to re-login and get new refresh token
The text was updated successfully, but these errors were encountered: