Releases: beatt83/jose-swift
Releases · beatt83/jose-swift
4.0.1
4.0.0
3.3.1
3.3.0
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
Description
In an effort to provide easier usage of the Jose-swift API. This version enables support for different key formats without the need of converting them first to JWT
.
Now all the following keys types can passed through the JWS
, JWE
and JWT
api in order to sign, verify, decrypt and encrypt:
- JWK
- SecKey
- CryptoSwift.RSA
- P256.Signing.PrivateKey
- P256.Signing.PublicKey
- P384.Signing.PrivateKey
- P384.Signing.PublicKey
- P521.Signing.PrivateKey
- P521.Signing.PublicKey
- Curve25519.Signing.PrivateKey
- Curve25519.Signing.PublicKey
- secp256k1.Signing.PrivateKey
- secp256k1.Signing.PublicKey
What's Changed
- feat(jwa)!: add key representable by @beatt83 in #20
- docs: add more documentation by @beatt83 in #21
- docs: added info on readme by @beatt83 in #22
Full Changelog: 2.4.0...3.0.0