auth-js icon indicating copy to clipboard operation
auth-js copied to clipboard

feat: Notify when refresh token fails

Open tungs0ul opened this issue 2 years ago • 2 comments

Add event REFRESH_TOKEN_FAILED and notify when _callRefreshToken failed

tungs0ul avatar Oct 19 '23 15:10 tungs0ul

This would be the SIGNED_OUT event, no?

hf avatar Dec 20 '23 09:12 hf

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.

tungs0ul avatar Jan 07 '24 15:01 tungs0ul