zitadel/internal/integration
Tim Möhlmann ec03340b67
perf(oidc): optimize client verification (#6999)
* fix some spelling errors

* client credential auth

* implementation of client auth

* improve error handling

* unit test command package

* unit test database package

* unit test query package

* cleanup unused tracing func

* fix integration tests

* errz to zerrors

* fix linting and import issues

* fix another linting error

* integration test with client secret

* Revert "integration test with client secret"

This reverts commit 0814ba522f.

* add integration tests

* client credentials integration test

* resolve comments

* pin oidc v3.5.0
2023-12-05 17:01:03 +00:00
..
config feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
assert_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
assert.go perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
client.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
integration_test.go AddHumanUser tests 2023-04-28 14:39:53 +03:00
integration.go feat: option to disallow public org registration (#6917) 2023-11-22 09:29:38 +00:00
oidc.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
rand.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
usertype_string.go feat(api): add organisation service (#6340) 2023-08-11 14:19:14 +00:00