learn hapi — Authenticate Encrypted JWTs (JWE)
Most of the JWT tutorials in the Internet show you how to work with signed tokens. In the previous tutorial, you changed your code to create encrypted JWTs. This switch from signed to encrypted JWTs requires changes to your user authentication as well. This is what you’ll implement in …
Continue Reading