zitadel-oidc/pkg/oidc
2025-06-20 09:45:28 +02:00
..
grants chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
regression_data fix: unmarshalling of scopes in access token (#327) 2023-03-15 14:44:49 +01:00
authorization.go feat(op): Add response_mode: form_post (#551) 2024-03-05 15:04:43 +02:00
authorization_test.go feat: go 1.22 and slog migration (#557) 2024-02-28 10:44:14 +01:00
code_challenge.go replace github url 2025-06-20 09:45:28 +02:00
device_authorization.go feat: support verification_url workaround for DeviceAuthorizationResponse unmarshal (#577) 2024-04-08 13:43:31 +00:00
device_authorization_test.go feat: support verification_url workaround for DeviceAuthorizationResponse unmarshal (#577) 2024-04-08 13:43:31 +00:00
discovery.go feat(OP): add back channel logout support (#671) 2024-10-30 08:44:31 +00:00
error.go feat: support for session_state (#712) 2025-02-24 10:50:38 +00:00
error_test.go feat(op): allow returning of parent errors to client (#629) 2024-08-09 05:10:11 +00:00
introspection.go feat(oidc): add actor claim to introspection response (#570) 2024-03-18 11:36:16 +01:00
introspection_test.go fix: do not modify userInfo when marshaling 2023-03-28 12:58:34 +03:00
jwt_profile.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
keyset.go feat(crypto): hash algorithm for EdDSA (#638) 2024-08-21 07:32:13 +00:00
keyset_test.go feat(deps): update go-jose to v4 (#588) 2024-04-11 18:13:30 +03:00
regression_assert_test.go fix: do not modify userInfo when marshaling 2023-03-28 12:58:34 +03:00
regression_create_test.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
regression_test.go chore: replace interface{} with any (#448) 2023-10-12 12:41:04 +03:00
revocation.go feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00
session.go feat: update end session request to pass all params according to specification (#754) 2025-06-05 13:19:51 +02:00
token.go replace github url 2025-06-20 09:45:28 +02:00
token_request.go fix: client assertions for Okta (#636) 2024-08-26 11:11:01 +03:00
token_test.go feat(OP): add back channel logout support (#671) 2024-10-30 08:44:31 +00:00
types.go add function to marshal aud into a string if the array has a len of 1, to comply with rfc 2025-06-20 09:39:40 +02:00
types_test.go fix: ignore empty json strings for locale (#678) 2025-03-14 10:30:08 +00:00
userinfo.go feat: generic Userinfo and Introspect functions (#389) 2023-05-05 12:36:37 +00:00
userinfo_test.go fix: do not modify userInfo when marshaling 2023-03-28 12:58:34 +03:00
util.go fix: do not modify userInfo when marshaling 2023-03-28 12:58:34 +03:00
util_test.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
verifier.go refactor: mark pkg/strings as deprecated in favor of stdlib (#680) 2024-11-15 18:47:32 +02:00
verifier_parse_test.go replace github url 2025-06-20 09:45:28 +02:00
verifier_test.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00