1 dépôt
Libraries providing standardized encoding, decoding, and verification of JSON Web Tokens.
Distinct from JWT Tokens: The candidates were language-specific (Go, Java, Python), whereas this is a general category for the Ruby implementation.
Explore 1 awesome GitHub repository matching security & cryptography · JWT Implementation Libraries. Refine with filters or upvote what's useful.
This is a Ruby implementation library for encoding, decoding, and verifying JSON Web Tokens according to the RFC 7519 standard. It provides the primary tools for token signing and encoding, integrity verification, and the extraction of payloads and headers. The project includes a comprehensive JSON Web Key manager for importing, exporting, and resolving key sets. This system facilitates the generation of key thumbprints and the resolution of specific verification keys based on token identifiers. The library covers a wide range of security validation mechanisms, including the verification of
Provides a full Ruby implementation for encoding, decoding, and verifying JSON Web Tokens according to RFC 7519.