zitadel/internal/iam/repository/eventsourcing/model
Silvan dd5e4acd24
fix(event handling): use internal pubsub for view update (#1118)
* start sub

* start implement subsciptions

* start subscription

* implementation for member done

* admin done

* fix: tests

* extend handlers

* prepary notification

* no errors in adminapi

* changed current sequence in all packages

* ignore mocks

* works

* subscriptions as singleton

* tests

* refactor: rename function scope var
2020-12-18 16:47:45 +01:00
..
iam_member_test.go feat: idp and login policy configurations (#619) 2020-08-26 09:56:23 +02:00
iam_member.go feat: idp and login policy configurations (#619) 2020-08-26 09:56:23 +02:00
iam_test.go fix: multiple setup steps (#773) 2020-09-24 11:38:28 +02:00
iam.go feat: mfa policy (#913) 2020-11-04 11:26:10 +01:00
idp_config_test.go feat: idp and login policy configurations (#619) 2020-08-26 09:56:23 +02:00
idp_config.go fix: idp changes (#872) 2020-10-20 08:23:56 +02:00
label_policy_test.go feat: Private label email policy (#813) 2020-10-20 19:10:23 +02:00
label_policy.go feat: Private label email policy (#813) 2020-10-20 19:10:23 +02:00
login_policy_test.go feat: add WebAuthN support for passwordless login and 2fa (#966) 2020-12-02 17:00:04 +01:00
login_policy.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
oidc_idp_config_test.go feat: idp and login policy configurations (#619) 2020-08-26 09:56:23 +02:00
oidc_idp_config.go fix: idps (#777) 2020-09-28 09:29:41 +02:00
org_iam_policy_test.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
org_iam_policy.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
password_age_policy_test.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_age_policy.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
password_complexity_policy_test.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_complexity_policy.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
password_lockout_policy_test.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_lockout_policy.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
types.go feat: mfa policy (#913) 2020-11-04 11:26:10 +01:00