Replies: 1 comment 6 replies
-
|
Can you give me an example of something that is problematic as a result of the assumption of an email address? I've not used OTP or other non-email based auth flows myself, so I am probably missing a lot of context here. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today Customers have to have an email, this is a deeply integrated part of the application and not easy to override with a plugin. This limits other authentication options that don't rely on emails like Phone OTP or e-signatures.
I see that the user concept are "identifier type" agnostic, so i could do my own user resolution in my authentication strategy (today i do it via ExternalAuthenticationService methods) but this flow of Customer (basically a lot in CustomerService) would need some rethinking.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions