learn hapi — JWK and JWKS Overview

A JSON Web Key (JWK) is an important piece in the JWT universe because it represents a cryptographic key using a JSON data structure. Each JWK is represented by key-value pairs, like a typical JavaScript object but in JSON format.

Additionally, the JSON Web Key Set is a JSON object representing a set of JSON web keys. Each JWK in the set of keys must be unique.

A typical use case for JWKs is to provide an API endpoint to let services access your verification keys in a predefined format.

This tutorial provides an overview of both data structures. It outlines the important parts of JWK and JWKS at individual examples.

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.