zitadel-oidc/pkg/client
Tim Möhlmann 4741b5ee23 feat(deps): update go-jose to v4
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-10 18:07:24 +03:00
..
profile feat(deps): update go-jose to v4 2024-04-10 18:07:24 +03:00
rp feat(deps): update go-jose to v4 2024-04-10 18:07:24 +03:00
rs fix test 2024-03-14 07:50:29 +01:00
tokenexchange feat(deps): update go-jose to v4 2024-04-10 18:07:24 +03:00
client.go feat(deps): update go-jose to v4 2024-04-10 18:07:24 +03:00
client_test.go Merge branch 'next' into next-main 2023-10-12 16:07:49 +03:00
errors.go fix: Fail safe, if optional endpoints are not given (#582) 2024-04-09 13:02:31 +00:00
integration_test.go feat: go 1.22 and slog migration (#557) 2024-02-28 10:44:14 +01:00
jwt_profile.go feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00
key.go feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00