zitadel-oidc/pkg
Masahito Osako 5913c5a074
feat: enhance authentication response handling (#728)
- Introduced CodeResponseType struct to encapsulate response data.
- Added handleFormPostResponse and handleRedirectResponse functions to manage different response modes.
- Created BuildAuthResponseCodeResponsePayload and BuildAuthResponseCallbackURL functions for better modularity in response generation.
2025-04-29 14:17:28 +00:00
..
client fix: migrate deprecated io/ioutil.ReadFile to os.ReadFile (#714) 2025-02-21 09:52:02 +00:00
crypto feat(crypto): hash algorithm for EdDSA (#638) 2024-08-21 07:32:13 +00:00
http feat: return oidc.Error in case of call token failure (#571) 2024-04-01 13:55:22 +00:00
oidc fix: ignore empty json strings for locale (#678) 2025-03-14 10:30:08 +00:00
op feat: enhance authentication response handling (#728) 2025-04-29 14:17:28 +00:00
strings refactor: mark pkg/strings as deprecated in favor of stdlib (#680) 2024-11-15 18:47:32 +02:00