Documentation

Hale.Jose.Crypto.JOSE.JWT

Validate registered JWT claims against the current time and settings.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def Crypto.JOSE.JWT.verifyJWT (token : String) (keySet : JWKSet) (now : Nat) (settings : JWTValidationSettings := { allowedSkew_bounded := }) :

    Verify and decode a JWT token. Returns the validated claims set on success.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Extract a JSON string field value (very simplified parser). Uses String.splitOn to locate patterns, avoiding raw String.Pos manipulation.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Extract all key-value pairs from a simple JSON object.

        Equations
        Instances For