7 Commits

Author SHA1 Message Date
7c9c69f3b8 fix: send webhook on passcode resend 2024-08-13 16:57:40 +02:00
b203668178 fix: do not send emails when disabled
do not send emails when email_delivery.enabled is set to false
2024-08-13 16:57:40 +02:00
0835215654 chore: add webhooks to flow-api (#1574) 2024-08-13 16:00:52 +02:00
ed4f64f01b fix: hopefully fix thirdparty for cross-domain 2024-08-07 19:03:11 +02:00
cca03a3786 fix: respect length requirements username
respect the length requirements of the username when creating or changing it
2024-08-07 12:12:13 +02:00
1afd555a60 fix: don't show onboarding for already existing credentials 2024-08-07 11:22:14 +02:00
601ffaae92 Introduce Flowpilot - integration (#1532)
This pull request introduces the new Flowpilot system along with several new features and various improvements. The key enhancements include configurable authorization, registration, and profile flows, as well as the ability to enable and disable user identifiers (e.g., email addresses and usernames) and login methods.

---------

Co-authored-by: Frederic Jahn <frederic.jahn@hanko.io>
Co-authored-by: Lennart Fleischmann <lennart.fleischmann@hanko.io>
Co-authored-by: lfleischmann <67686424+lfleischmann@users.noreply.github.com>
Co-authored-by: merlindru <hello@merlindru.com>
2024-08-06 16:07:29 +02:00