#
jwa
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.
Here are 4 public repositories matching this topic...
REST API skeleton made in Express using TypeScript, implements error handling, middlewares, JWA authorization and file system I/O.
-
Updated
Sep 21, 2022 - TypeScript
NodeJS JWKS client library to retrieve keys
-
Updated
Sep 19, 2025 - TypeScript
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Followers
- 105 followers
- Website
- github.com/topics/jwt
- Wikipedia
- Wikipedia