1 Repo
Interfaces that allow external libraries to define how data objects map to JSON structures.
Distinct from JSON Serialization Libraries: Focuses on the pluggable mapping interface for serialization, rather than the serialization library itself.
Explore 1 awesome GitHub repository matching data & databases · Custom Mapping Interfaces. Refine with filters or upvote what's useful.
This is a Java library and framework for creating, parsing, and validating JSON Web Tokens within Java and Android applications. It provides a comprehensive toolkit for handling signed and encrypted tokens, including the generation and verification of JWS and JWE objects. The project differentiates itself through a flexible architecture that supports pluggable JSON serialization and custom signature algorithms. It includes a dedicated key manager for generating, encoding, and organizing JSON Web Keys and key sets, as well as support for hardware security module integration. The library cover
Allows the use of external mapping libraries to serialize and deserialize data objects within token headers and claims.