learn hapi — Bringing Back JWT Decoding and Authentication
The recent tutorials in this JSON web token series walked you through the process of encrypted tokens. Creating an encrypted JSON web token has the benefit that nobody can access the content except the holder of the secret key or key pair. In the previous tutorial, you created an encrypted …
Continue Reading