February 2020
Intermediate to advanced
404 pages
8h 42m
English
Traditionally, authentication—or simple authentication—works with sessions. The flow starts like this. A client sends an authentication request to the server using user credentials. The server takes those credentials and matches them with the credentials stored on the server. If a match is successful, it writes something called a cookie in the response. This cookie is a small piece of information that is transferred by the client for all subsequent requests. Modern websites are being designed to be single-page applications (SPAs). In those websites, static assets such as HTML and JavaScript files are served from a Content Delivery Network (CDN) to render the web page initially. After that, the communication ...
Read now
Unlock full access