ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

JWS

JWT signature - integrity and origin.

Definition

JWS algorithms: HS256 (HMAC-SHA256), RS256 (RSA-PKCS1-v1.5 SHA-256), PS256 (RSA-PSS SHA-256), ES256 (ECDSA P-256 SHA-256), EdDSA (Ed25519). Compact serialization JOSE Header.Payload.Signature or JSON serialization (object with payload, signatures array).

Origin

IETF JOSE WG ; RFC 7515 published May 2015.

Example in context

A GitHub API access token is a JWS signed RS256 containing sub, scope, exp 8h.

  • JWT — parent format.

Last updated: May 16, 2026