zitadel-oidc/pkg/oidc
Andrew 2308e2f8be
fix(deps): update go-jose to new updated repo due to migration (#630)
* updates go-jose to new updated repo due to migration

- updated from /square/go-jose to /go-jose/go-jose
- updates to v2.6.3
- addresses CVE-2016-9123 and CVE-2016-9121
- fixes tests that were adjusting for a 1s delay

* revert 299>300 in op_test.go
2024-08-27 09:58:50 +00: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: coverage prompt=none, response_mode=fragment (#385) 2023-05-03 12:56:47 +02:00
code_challenge.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
device_authorization.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
discovery.go fix: don't error on invalid i18n tags in discovery (#407) 2023-06-09 16:31:44 +02:00
error.go chore: replace interface{} with any (#448) 2023-10-12 12:41:04 +03:00
introspection.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02: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 fix(deps): update go-jose to new updated repo due to migration (#630) 2024-08-27 09:58:50 +00:00
keyset_test.go fix(deps): update go-jose to new updated repo due to migration (#630) 2024-08-27 09:58:50 +00: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 chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
token.go fix(deps): update go-jose to new updated repo due to migration (#630) 2024-08-27 09:58:50 +00:00
token_request.go fix(deps): update go-jose to new updated repo due to migration (#630) 2024-08-27 09:58:50 +00:00
token_test.go fix(deps): update go-jose to new updated repo due to migration (#630) 2024-08-27 09:58:50 +00:00
types.go fix(deps): update go-jose to new updated repo due to migration (#630) 2024-08-27 09:58:50 +00:00
types_test.go fix: don't error on invalid i18n tags in discovery (#407) 2023-06-09 16:31:44 +02:00
userinfo.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02: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 fix(deps): update go-jose to new updated repo due to migration (#630) 2024-08-27 09:58:50 +00:00