zitadel-oidc/example/server/storage
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
..
client.go feat(op): Add response_mode: form_post (#551) 2024-03-05 15:04:43 +02:00
oidc.go feat(op): Add response_mode: form_post (#551) 2024-03-05 15:04:43 +02:00
storage.go feat(deps): update go-jose to v4 2024-04-10 18:07:24 +03:00
storage_dynamic.go feat(deps): update go-jose to v4 2024-04-10 18:07:24 +03:00
token.go chore: Make example/server usable for tests (#205) 2022-09-30 07:44:10 +02:00
user.go feat: Token Exchange (RFC 8693) (#255) 2023-02-19 15:57:46 +02:00