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
If the user had not yet confirmed the account, but had reset the password, a verification was still required, which was inconsistent with the behavior in plain Magento. Related to #33.
Reset the authentication failures count after the password reset, so customers can log in right after the password reset. Related to scandipwa/scandipwa#4727
The context for customer returned the incorrect customer_id, due to the context for session storing the customer data after token revoking (after logout). Now we are passing the authorized customer_id if a valid token passes in the header. Then, revoking session. Related to scandipwa/scandipwa#4515