zitadel-oidc/pkg
Tim Möhlmann 4ed269979e
fix(op): check if getTokenIDAndClaims succeeded (#429)
When getTokenIDAndClaims didn't succeed,
so `ok` would be false.
This was ignored and the accessTokenClaims.Claims call would panic.
2023-08-18 17:54:58 +02:00
..
client feat: delete PKCE cookie after code exchange (#419) 2023-08-14 18:14:24 +03:00
crypto chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
http chore: switch from iouitil to io.ReadAll (#272) 2023-02-06 08:29:25 +01:00
oidc fix: don't error on invalid i18n tags in discovery (#407) 2023-06-09 16:31:44 +02:00
op fix(op): check if getTokenIDAndClaims succeeded (#429) 2023-08-18 17:54:58 +02:00
strings feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00