learn hapi — Unsigned JSON Web Tokens (Unsecured JWS)
All the previous tutorials in this series on JSON web tokens used a secret or private key in combination with a signing algorithm to create a token’s signature. But in contrast, the JWT specification also allows unsigned tokens. This supports use cases where a token’s content is secured …
Continue Reading