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 in other ways than a signature or encryption as part of the JWT.

This tutorial shows you how to create unsigned JWTs and also how to authenticate requests containing an unsecured JWT.

hapi Series Overview


Continue reading

University Enrollment Required

Future Students benefit from value packed videos and tutorials.

Enroll to receive exclusive content or sign in if you’re already a Future Student.

Enroll me for $15/mo

Explore the Library

Find interesting tutorials and solutions for your problems.