Token-based authentication and JWT in brief
Session-based authentication for single-page apps
Writing a technical book means starting with a billion topics to cover, and not enough space to fit everything in.
Authentication is one of those huge topics that almost impossible to cover deeply in a single chapter. There are simply too many scenarios: mobile applications, desktop applications, and single-page apps. Since this book has been more about single-page ...