10 Commits

Author SHA1 Message Date
c9994bdc3a fix(review): fix review findings
* admin api: make email primary when user has no emails
* utils: move get updated user and webhook trigger to utils to reduce duplicated code
* events: remove unused user and email event - Check is replaced with string variant
* remove unused dtos
* fix tests after changes
* webhook tests: switch to test.Suite instead of TestPersister -> added deprecation annotation to test.NewPersister
* Email Verification: Fix trigger of webhook when email verification is enabled and a email is created but not validated

Closes: #692, #1051
2024-01-25 13:20:56 +01:00
81847cb389 test: backfill unit tests for email handler create 2023-10-09 09:34:25 +02:00
086333d7f3 refactor: speed up tests, maybe? 2023-06-19 14:57:16 +02:00
922147ce83 fix: tests now passing again. 2023-05-31 13:44:38 +02:00
7714ba1b0d test: use testify methods for test arrays 2023-05-31 09:55:25 +02:00
4b90b70084 test: use test errors instead of panic 2023-05-30 16:02:51 +02:00
b858fa0fa3 test: update email handler tests 2023-05-15 10:32:53 +02:00
f02e6c6790 feat: social login in a cross domain setting 2023-04-11 16:41:12 +02:00
eec7a473a5 feat: add third party integrations
add third party integrations
2023-02-23 13:05:05 +01:00
ca62cf421f feat: introduce hanko profile element and related api changes (#495)
* feat: introduce hanko profile element and related api changes
2023-01-25 10:55:23 +01:00