JOSE

  • JOSE - JSON Object Signing and Encryption Standards

  • Provides:

    • Signatures (JSON Web Signatures, JWS)

    • Encryption (JSON Web Encryption, JWE)

    • Key Storage Formats (JSON Web Keys, JWK)

  • Used when the access token uses JWT as the format.

Last updated