zitadel-oidc/pkg/oidc
Fabi c1458d6392
Merge pull request #199 from zitadel/introspect
feat: add all optional claims of the introspection response
2022-07-21 15:18:36 +02:00
..
grants feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +02:00
authorization.go feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00
code_challenge.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
discovery.go define GrantType constants in one place (#189) 2022-06-29 09:39:32 +00:00
error.go feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00
introspection.go feat: add all optional claims of the introspection response 2022-07-21 09:34:14 +02:00
jwt_profile.go fix: parse max_age and prompt correctly (and change scope type) (#105) 2021-06-16 08:34:01 +02:00
keyset.go fix: handle keys without use in FindMatchingKey 2022-01-28 09:42:42 +01:00
keyset_test.go add missing import 2022-01-28 09:48:37 +01:00
revocation.go feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00
session.go refactoring 2020-09-28 08:14:10 +02:00
token.go fix: state and auth code response encoding (#185) 2022-06-21 07:24:40 +02:00
token_request.go fix: Add db scanner methods for SpaceDelimitedArray (#194) 2022-07-20 15:36:17 +02:00
types.go fix: Add db scanner methods for SpaceDelimitedArray (#194) 2022-07-20 15:36:17 +02:00
types_test.go fix: Add db scanner methods for SpaceDelimitedArray (#194) 2022-07-20 15:36:17 +02:00
userinfo.go feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00
userinfo_test.go feat: Enable parsing email_verified from string. (#139) 2021-11-02 09:14:33 +01:00
verifier.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00