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
Add the Remember me checkbox below login form fields.
If you click the Remember me checkbox before submitting the form obtained customer data will be stored in localStorage.
This way the customer token will be available for future login attempts and, if valid, will be used to login back the customer without showing the login form (loading status).
Stored customer token will take advantage of refreshToken in order to be respawned if refreshToken is still valid otherwise the login form will show and corresponding customerToken localStorage will be removed.
The text was updated successfully, but these errors were encountered:
Add the
Remember me
checkbox below login form fields.If you click the
Remember me
checkbox before submitting the form obtained customer data will be stored inlocalStorage
.This way the customer token will be available for future login attempts and, if valid, will be used to login back the customer without showing the login form (loading status).
Stored customer token will take advantage of
refreshToken
in order to be respawned ifrefreshToken
is still valid otherwise the login form will show and correspondingcustomerToken
localStorage will be removed.The text was updated successfully, but these errors were encountered: