April 2020
Intermediate to advanced
716 pages
18h 55m
English
To manage auth state in the frontend of the application, the frontend needs to be able to store, retrieve, and delete the auth credentials that are received from the server on successful user sign in. In our MERN applications, we will use the browser's sessionsStorage as the storage option to store the JWT auth credentials.
In client/auth/auth-helper.js, we will define the helper methods discussed in the following sections to store and retrieve JWT credentials ...
Read now
Unlock full access