zitadel-oidc/pkg/oidc
Livio Amstutz 0ab5ea5a57 refactor: remove utils pkg
BREAKING CHANGE: utils package has been removed in favor of specific new
packages (http, crypto, strings)
2021-09-27 11:58:28 +02:00
..
grants feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
authorization.go fix: parse max_age and prompt correctly (and change scope type) (#105) 2021-06-16 08:34:01 +02:00
code_challenge.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
discovery.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
error.go fixes 2021-09-27 11:57:14 +02:00
introspection.go fix: parse max_age and prompt correctly (and change scope type) (#105) 2021-06-16 08:34:01 +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: 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
session.go refactoring 2020-09-28 08:14:10 +02:00
token.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
token_request.go custom claims for assertion and jwt profile request 2021-06-23 14:01:31 +02:00
types.go fix: parse max_age and prompt correctly (and change scope type) (#105) 2021-06-16 08:34:01 +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 feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
verifier.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00