September 2017
Intermediate to advanced
450 pages
11h 24m
English
Managing authentication state via a session cookie is a valid strategy, but an increasingly common approach is to use a compact JSON Web Token or JWT to manage authentication state between the back-end and frontend layers of our web application. We can store our user information inside a JWT so that the client can restore its authenticated state upon reload.
Read now
Unlock full access