auth-js
auth-js copied to clipboard
feat: Notify when refresh token fails
Add event REFRESH_TOKEN_FAILED and notify when _callRefreshToken failed
This would be the SIGNED_OUT event, no?
This would be the SIGNED_OUT event, no?
I have changed the event to SIGNED_OUT, I want to capture this event. However, it's currently failing and the session becomes null without any notification.