zitadel-oidc/pkg/op
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
..
mock refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
auth_request.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
auth_request_test.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
client.go fix: check grant types and add refresh token to discovery 2021-05-27 13:44:11 +02:00
config.go task: Ease dev host name constraints 2021-08-26 20:32:51 +00:00
config_test.go chore: move CAOS_OIDC_DEV to const (and ensure TestValidateIssuer runs (even on machines with env set)) 2020-10-07 08:49:23 +02:00
crypto.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
discovery.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
discovery_test.go fix and add some tests 2021-08-20 07:49:00 +02:00
endpoint.go fix: custom absolute endpoints 2020-02-21 10:04:50 +01:00
endpoint_test.go fix: custom absolute endpoints 2020-02-21 10:04:50 +01:00
error.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
keys.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
keys_test.go fixes 2021-09-27 11:57:14 +02:00
op.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
probes.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
session.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
signer.go chore: improve signer log messages 2021-03-05 07:53:35 +01:00
storage.go fix: parse max_age and prompt correctly (and change scope type) (#105) 2021-06-16 08:34:01 +02:00
token.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
token_code.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
token_exchange.go begin refresh token 2021-04-29 09:20:01 +02:00
token_intospection.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
token_jwt_profile.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
token_refresh.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
token_request.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
userinfo.go refactor: remove utils pkg 2021-09-27 11:58:28 +02:00
verifier_access_token.go correct verifier 2021-08-20 07:51:23 +02:00
verifier_id_token_hint.go refactoring 2020-09-25 16:41:25 +02:00
verifier_jwt_profile.go simplify KeyProvider interface 2021-06-30 14:10:38 +02:00