zitadel-oidc/pkg/op/mock
Tim Möhlmann 33f8df7eb2
feat(deps): update go-jose to v4 (#588)
This change updates to go-jose v4, which was a new major release.

jose.ParseSigned now expects the supported signing algorithms to be passed, on which we previously did our own check. As they use a dedicated type for this, the slice of string needs to be converted. The returned error also need to be handled in a non-standard way in order to stay compatible.

For OIDC v4 we should use the jose.SignatureAlgorithm  type directly and wrap errors, instead of returned static defined errors.

Closes #583
2024-04-11 18:13:30 +03:00
..
authorizer.mock.go feat: go 1.22 and slog migration (#557) 2024-02-28 10:44:14 +01:00
authorizer.mock.impl.go feat(deps): update go-jose to v4 (#588) 2024-04-11 18:13:30 +03:00
client.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
client.mock.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
configuration.mock.go feat(op): Server interface (#447) 2023-09-28 17:30:08 +03:00
discovery.mock.go feat(deps): update go-jose to v4 (#588) 2024-04-11 18:13:30 +03:00
generate.go feat(op): allow double star globs (#507) 2024-01-05 17:30:17 +02:00
glob.go feat(op): allow double star globs (#507) 2024-01-05 17:30:17 +02:00
glob.mock.go feat(op): allow double star globs (#507) 2024-01-05 17:30:17 +02:00
key.mock.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
signer.mock.go feat(deps): update go-jose to v4 (#588) 2024-04-11 18:13:30 +03:00
storage.mock.go feat(deps): update go-jose to v4 (#588) 2024-04-11 18:13:30 +03:00
storage.mock.impl.go upgrade this module to v3 2023-03-20 13:38:21 +02:00