jsonwebtoken:master
← beatt83:freatu/add-jose-swift-librarie
opened 06:06PM - 21 Jan 24 UTC
Add a jose library that adds support of Jose (JWK, JWS, JWE, JWT). https://githu…b.com/beatt83/jose-swift
This library supports fully JWS and JWE, the JWT implementation is built on top of that foundation.
Supported JWT features:
- Signing with all JWS algorithms including EDDSA and ES256K.
- Encrypting with all JWE algorithms including ECDH-1PU.
- Nested JWTs (Encrypted+Encrypted, Encrypted+Signed, Signed+Encrypted).
- Validation of iss, sub, aud, exp, nbf, iat.
- Support of jti, typ and cty.