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
Is there a way to handle an invalid_grant error, specifically an invalid_code error?
There are some cases where this happens due to bad user behavior (i.e. reloading the redirect URL with the code), and I'd like to handle it gracefully.
The text was updated successfully, but these errors were encountered:
Is there a way to handle an
invalid_grant
error, specifically aninvalid_code
error?There are some cases where this happens due to bad user behavior (i.e. reloading the redirect URL with the code), and I'd like to handle it gracefully.
The text was updated successfully, but these errors were encountered: