learn hapi — Encrypted and Signed JWT (Nested JWT)
Implementing signatures and encryption for JSON web tokens can be complex due to the cryptographic handling. Up to this point in this tutorial series, you implemented both features on top of existing libraries. A downside of the previous tutorials: when introducing encrypted tokens, you removed the signature of a JWT. …
Continue Reading