zitadel-oidc/pkg
Tim Möhlmann e8859f8357 fix: resolve nil pointer panic in Authorize
When ParseAuthorizeRequest received an invalid URL,
for example containing a semi-colon `;`,
AuthRequestError used to panic.
This was because a typed nil was passed as a interface argument.
The nil check inside AuthRequestError always resulted in false,
allowing access through the nil pointer.

Fixes #315
2023-04-04 11:09:20 +02:00
..
client fix: Only set GrantType once (#353) 2023-03-29 07:51:10 +00: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: Only set GrantType once (#353) 2023-03-29 07:51:10 +00:00
op fix: resolve nil pointer panic in Authorize 2023-04-04 11:09:20 +02:00
strings feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00