Plenty of people have written about what JWT tokens are and what they contain. I wanted to provide easy practical instructions on JWT token generation. This article is part of a series, including: How to generate a JWT signing keys (this story) Generating a JWT token in native NodeJS Decoding…