learn hapi — Increase JWT Security Beyond the Signature
JSON web tokens (JWT) are widely accepted on the Internet. You’ll find countless tutorials using JWT authentication. Most of them showing how to sign a JWT using an HMAC-based algorithm which is a quick way to get started. We both know that the copied code from a tutorial is …
Continue Reading