Swift library for decoding, signing and verifying JSON Web Tokens
- Verify and sign :
- HMAC
HS256
HS384
HS512
- RSASSA-PKCS1-v1_5
RS256
RS384
RS384
- RSASSA-PSS
PS256
PS384
PS384
- ECDSA
ES256
ES384
ES384
- HMAC
- Decode and validate Registered claims
- Support custom claims and custom header fields
- Use Apple frameworks for crypto operations (
CryptoKit
&Security
)