zitadel-oidc/pkg/op
2022-10-05 09:33:10 +02:00
..
mock chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
applicationtype_enumer.go chore: add enumer for iota-defined types (#197) 2022-07-25 20:06:49 +02:00
auth_request.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
auth_request_test.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
client.go chore: add enumer for iota-defined types (#197) 2022-07-25 20:06:49 +02:00
config.go feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +02:00
config_test.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
crypto.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
discovery.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
discovery_test.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
endpoint.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
endpoint_test.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
error.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
keys.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
keys_test.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
op.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
probes.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
session.go fix: use default redirect uri when not passed on end_session endpoint (#201) 2022-07-27 08:36:43 +02:00
signer.go fix: avoid potential race conditions (#220) 2022-10-04 07:23:59 +02:00
storage.go chore: adjustments to comments for things found while implementing Storage 2022-09-30 07:18:08 +02:00
token.go fix: state and auth code response encoding (#185) 2022-06-21 07:24:40 +02:00
token_client_credentials.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
token_code.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
token_exchange.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
token_intospection.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
token_jwt_profile.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
token_refresh.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
token_request.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
token_revocation.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
userinfo.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
verifier_access_token.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
verifier_id_token_hint.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
verifier_jwt_profile.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00