Skip to content

Tags: beatt83/jose-swift

Tags

5.0.0

feat: removed sharedKey since it just caused confusion recipientKey s…

…hould be used

BREAKING CHANGE

4.0.2

fix: jwt decryption when key management alg is direct

The JWT.verify method didn't provide a parameter to receive a sharedKey.

Signed-off-by: Goncalo Frade <[email protected]>

4.0.1

maintenance: add swift 6 support

4.0.0

fix: updated x509 chain to string array

BREAKING CHANGE: x5c/x509CertificateChain is now an array of strings

3.3.1

fix: c20p and xc20p had the wrong algorithm name

3.3.0

feat(jwt): add support for if and optionals unwrapping on dsl claims

3.2.0

feat(jws): add unencoded payload option

Now it allows for unencoded payload JWS as specified in https://datatracker.ietf.org/doc/html/rfc7797

3.1.0

fix: package minimum versions mistake

3.0.2

fix: change api so there is no confusion with swift compiler

This commit also makes a forgotten init of AudienceClaim as public

3.0.1

fix: allow JWT header field type to be different then JWT