zitadel-oidc/pkg
Mark Laing 5cad5e7c9d
pkg/client/rp: Add GenerateAndStoreCodeChallengeWithRequest function.
It's not possible to add a `http.Request` argument to
`GenerateAndStoreCodeChallenge` as this would be a breaking change.
Instead, add a new function that accepts a request argument and call
`SetRequestAwareCookie` here.

Signed-off-by: Mark Laing <mark.laing@canonical.com>
2025-06-04 10:24:21 +01:00
..
client pkg/client/rp: Add GenerateAndStoreCodeChallengeWithRequest function. 2025-06-04 10:24:21 +01:00
crypto feat(crypto): hash algorithm for EdDSA (#638) 2024-08-21 07:32:13 +00:00
http pkg/http: Add function to create a new request aware cookie handler. 2025-06-04 10:19:58 +01:00
oidc fix: ignore empty json strings for locale (#678) 2025-03-14 10:30:08 +00:00
op fix(op): Add mitigation for PKCE Downgrade Attack (#741) 2025-04-29 14:33:31 +00:00
strings refactor: mark pkg/strings as deprecated in favor of stdlib (#680) 2024-11-15 18:47:32 +02:00