zitadel-oidc/pkg/client
Mark Laing 36fa09bbb6
pkg/client/rp: Update trySetStateCookie function signature.
Use `SetRequestAwareCookie` if the cookie handle is request aware.
This function signature can be updated because it is not exported.

Signed-off-by: Mark Laing <mark.laing@canonical.com>
2025-06-04 10:22:12 +01:00
..
profile feat(deps): update go-jose to v4 (#588) 2024-04-11 18:13:30 +03:00
rp pkg/client/rp: Update trySetStateCookie function signature. 2025-06-04 10:22:12 +01:00
rs fix test 2024-03-14 07:50:29 +01:00
tokenexchange feat(deps): update go-jose to v4 (#588) 2024-04-11 18:13:30 +03:00
client.go feat(oidc): return defined error when discovery failed (#653) 2024-09-20 12:33:28 +03:00
client_test.go feat(oidc): return defined error when discovery failed (#653) 2024-09-20 12:33:28 +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: Added the ability to verify ID tokens using the value of id_token_signing_alg_values_supported retrieved from DiscoveryEndpoint (#579) 2024-04-16 08:41:31 +00:00
jwt_profile.go feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00
key.go fix: migrate deprecated io/ioutil.ReadFile to os.ReadFile (#714) 2025-02-21 09:52:02 +00:00