zitadel-oidc/pkg/op
David Sharnoff 2d248b1a1a
fix: Change op.tokenHandler to follow the same pattern as the rest of the endpoint handlers (#210)
inside op: provide a standard endpoint handler that uses injected data.
2022-09-30 07:39:23 +02:00
..
mock feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +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: update jwtProfileKeySet to match actual use (#219) 2022-09-30 07:24:47 +02:00
auth_request_test.go fix: state and auth code response encoding (#185) 2022-06-21 07:24:40 +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 feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00
crypto.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
discovery.go feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +02:00
discovery_test.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
endpoint.go fix: custom absolute endpoints 2020-02-21 10:04:50 +01:00
endpoint_test.go fix: move to new org (#177) 2022-04-26 23:48:29 +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: adjustments to comments for things found while implementing Storage 2022-09-30 07:18:08 +02:00
probes.go fix: move to new org (#177) 2022-04-26 23:48:29 +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: move to new org (#177) 2022-04-26 23:48:29 +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 feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +02:00
token_code.go chore: additional errors and error improvements that catch problems earlier 2022-09-30 07:18:48 +02:00
token_exchange.go feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00
token_intospection.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
token_jwt_profile.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
token_refresh.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
token_request.go fix: Change op.tokenHandler to follow the same pattern as the rest of the endpoint handlers (#210) 2022-09-30 07:39:23 +02:00
token_revocation.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
userinfo.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
verifier_access_token.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
verifier_id_token_hint.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
verifier_jwt_profile.go chore: update jwtProfileKeySet to match actual use (#219) 2022-09-30 07:24:47 +02:00