JWT server to server communication #1 | JSON Web Tokens

🔥More exclusive content: https://productioncoder.com/you-decid... Twitter:   / _jgoebel   Blog: https://productioncoder.com Code: https://github.com/productioncoder/jw... Learn how to setup a server to server communication with JWTs (JSON Web Token) and the HMAC digital signature algorithm for JSON Web Signature (JWS) tokens. This is part 1 of this tutorial series in which we start setting up our Node.js project with npm and start coding. 00:00 Introduction 00:40 How servers talk to each other with JWTs 01:55 HMAC signatures for JWT tokens 03:00 project setup with npm 04:23 Installing JSON Web token libraries and dependencies 05:14 setting up an express server 06:22 running multiple servers 07:08 server configuration 08:50 setting up configuration for partner server with env vars