zitadel-oidc/pkg/oidc
Livio Amstutz cd7695e2a9 Merge branch 'main' into op
# Conflicts:
#	pkg/oidc/introspection.go
#	pkg/oidc/userinfo.go
2021-11-02 10:17:05 +01:00
..
grants feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
authorization.go handle response mode 2021-10-25 11:57:26 +02:00
code_challenge.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
discovery.go add missing omitempty 2021-10-28 15:37:00 +02:00
error.go tests and cleanup 2021-10-28 15:21:47 +02:00
introspection.go Merge branch 'main' into op 2021-11-02 10:17:05 +01: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: improve JWS and key verification (#128) 2021-09-14 15:13:44 +02:00
keyset_test.go fix: improve JWS and key verification (#128) 2021-09-14 15:13:44 +02:00
revocation.go begin revocation 2021-10-28 07:59:43 +02:00
session.go refactoring 2020-09-28 08:14:10 +02:00
token.go some linting 2021-10-28 16:04:58 +02:00
token_request.go some linting 2021-10-28 16:04:58 +02:00
types.go handle response mode 2021-10-25 11:57:26 +02:00
types_test.go fix: parse max_age and prompt correctly (and change scope type) (#105) 2021-06-16 08:34:01 +02:00
userinfo.go Merge branch 'main' into op 2021-11-02 10:17:05 +01:00
userinfo_test.go feat: Enable parsing email_verified from string. (#139) 2021-11-02 09:14:33 +01:00
verifier.go ClaimsSignature 2021-10-25 12:06:00 +02:00