Description
Implements JOSE RFCs for Python projects that need standards-based JSON signing, encryption, or token handling. It supports security features used by modern web APIs and identity systems.
Use it with careful protocol validation. JOSE libraries handle important primitives, but application security still depends on choosing allowed algorithms, protecting keys, and checking claims correctly.