learn hapi — Use JWT With Asymmetric Signatures (RS256 & Co.)
Starting out with JSON Web Token (JWT) is pretty straightforward. Typically, you’ll create a JWT with a secret key and verify it using the same secret. In cryptography, this is a symmetric signature. Most of the tutorials on the Internet use symmetric algorithms because it’s a simple way …
Continue Reading