This tutorial takes a test-first approach to implementing token-based authentication in a Node app using JSON Web Tokens (JWTs) and Postgres. Contents Objectives Introduction Project Setup Database Setup JWT Setup Route Setup Conclusion Objectives By the end of this tutorial, you will be able to… Discuss the benefits of using JWTs versus sessions and cookies Implement user authentication using JWT