mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
ba9b807854
* get key by id and cache them
* userinfo from events for v2 tokens
* improve keyset caching
* concurrent token and client checks
* client and project in single query
* logging and otel
* drop owner_removed column on apps and authN tables
* userinfo and project roles in go routines
* get oidc user info from projections and add actions
* add avatar URL
* some cleanup
* pull oidc work branch
* remove storage from server
* add config flag for experimental introspection
* legacy introspection flag
* drop owner_removed column on user projections
* drop owner_removed column on useer_metadata
* query userinfo unit test
* query introspection client test
* add user_grants to the userinfo query
* handle PAT scopes
* bring triggers back
* test instance keys query
* add userinfo unit tests
* unit test keys
* go mod tidy
* solve some bugs
* fix missing preferred login name
* do not run triggers in go routines, they seem to deadlock
* initialize the trigger handlers late with a sync.OnceValue
* Revert "do not run triggers in go routines, they seem to deadlock"
This reverts commit
|
||
---|---|---|
.. | ||
actions_converter.go | ||
actions.go | ||
auth_checks.go | ||
custom_text_converter.go | ||
custom_text.go | ||
flow.go | ||
iam.go | ||
idp_converter_test.go | ||
idp_converter.go | ||
idp.go | ||
information.go | ||
language.go | ||
oneof.go | ||
org_converter.go | ||
org.go | ||
policy_label_converter.go | ||
policy_label.go | ||
policy_lockout_converter.go | ||
policy_lockout.go | ||
policy_login_converter.go | ||
policy_login.go | ||
policy_notification.go | ||
policy_password_age_converter.go | ||
policy_password_age.go | ||
policy_password_complexity_converter.go | ||
policy_password_complexity.go | ||
policy_privacy_converter.go | ||
policy_privacy.go | ||
project_application_converter.go | ||
project_application.go | ||
project_converter.go | ||
project_grant_converter.go | ||
project_grant.go | ||
project.go | ||
replacer.md | ||
server.go | ||
user_converter.go | ||
user_grant_converter.go | ||
user_grant.go | ||
user_integration_test.go | ||
user.go |