zitadel-oidc/pkg/op
2023-04-18 12:32:04 +03:00
..
mock chore: replace gorilla/schema with zitadel/schema (#348) 2023-03-28 14:57:27 +03:00
applicationtype_enumer.go chore: add enumer for iota-defined types (#197) 2022-07-25 20:06:49 +02:00
auth_request.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
auth_request_test.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
client.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
client_test.go chore: replace gorilla/schema with zitadel/schema (#348) 2023-03-28 14:57:27 +03:00
config.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
config_test.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
context.go chore: test all routes 2023-03-15 14:32:14 +01:00
context_test.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
crypto.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
device.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
device_test.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
discovery.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
discovery_test.go upgrade this module to v3 2023-03-20 13:38:21 +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 upgrade this module to v3 2023-03-20 13:38:21 +02:00
error.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
keys.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
keys_test.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
op.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
op_test.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
probes.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
session.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
signer.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
storage.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
token.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
token_client_credentials.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
token_code.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
token_exchange.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
token_intospection.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
token_jwt_profile.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
token_refresh.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
token_request.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
token_revocation.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
userinfo.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
verifier_access_token.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
verifier_access_token_example_test.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
verifier_access_token_test.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
verifier_id_token_hint.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
verifier_id_token_hint_test.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
verifier_jwt_profile.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
verifier_jwt_profile_test.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00