How to store authorization information?
-
How can I check if a user is authorized or not, so as not to force re-entering data?JavaScript Anonymous, Dec 5, 2020
-
session on the server or storing the key on the clientAnastasia Herring
-
use localStorage for example. write authorization data into it and then check themAnonymous
2 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!