zitadel-oidc/pkg/oidc
2023-03-06 17:44:16 +02:00
..
grants chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
regression_data oidc: refactor JWTProfileAssertionClaims 2023-03-02 16:46:08 +02:00
authorization.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +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 implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
error.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
introspection.go oidc: add standard references 2023-03-06 13:04:26 +02:00
introspection_test.go add unit tests for oidc.Userinfo 2023-03-02 17:35:06 +02:00
jwt_profile.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
keyset.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
keyset_test.go add missing import 2022-01-28 09:48:37 +01:00
regression_assert_test.go oidc: add regression tests for token claim json 2023-03-02 16:45:15 +02:00
regression_create_test.go oidc: add regression tests for token claim json 2023-03-02 16:45:15 +02:00
regression_test.go cleanup nested types and add some unit tests 2023-03-02 16:46:08 +02: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 client: further expose ID token type parameter 2023-03-06 17:44:16 +02:00
token_request.go refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
token_test.go impelement unit tests for the token Verifiers 2023-03-03 18:47:16 +02:00
types.go refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
types_test.go refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
userinfo.go oidc: add standard references 2023-03-06 13:04:26 +02:00
userinfo_test.go add unit tests for oidc.Userinfo 2023-03-02 17:35:06 +02:00
util.go refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
util_test.go refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
verifier.go refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00