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
Perhaps I'm missing something, but currently the first argument of StateStoreVerifyCallback is of type Error, but the callback is used on success as well as you can see in SessionStore where null is entered. I hope this is helpful.