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 29 public repositories matching this topic...
NodeJS JWKS client library to retrieve keys
-
Updated
Jan 13, 2023 - TypeScript
JSON Web Algorithms (JWA)
-
Updated
Nov 7, 2018 - JavaScript
REST API skeleton made in Express using TypeScript, implements error handling, middlewares, JWA authorization and file system I/O.
-
Updated
Sep 21, 2022 - TypeScript
"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
-
Updated
Dec 24, 2022 - TypeScript
A pure JavaScript implementation of the RFC 7518 ES256 digital signature algorithm
-
Updated
Jun 5, 2019 - JavaScript
A comprehensive Swift library for JOSE standards implementation, supporting JWA, JWK, JWE, JWS and JWT with robust encryption and signing functionalities.
-
Updated
Oct 28, 2024 - Swift
jose - CLI tool for JOSE (JSON Object Signing and Encryption)
-
Updated
Oct 25, 2024 - Go
A PHP library for JSON web tokens (JWT) with signature (JWS) and encryption (JWE) support.
-
Updated
Apr 17, 2023 - PHP
JSON Object Signing and Encryption for Node.js and the browser
-
Updated
Feb 25, 2019 - JavaScript
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Followers
- 92 followers
- Website
- www.rfc-editor.org/info/rfc7519
- Wikipedia
- Wikipedia