Is there a way to set up passwordless auth? I just...
# talk-kratos
m
Is there a way to set up passwordless auth? I just want to send an email or text every time the user wants to sign in
1
m
You can set that up using WebAuthn, so the capabilities are included in Ory Kratos. There is still some work to be done for email passwordless out of the box: https://github.com/ory/kratos/issues/2029 see this for text: https://github.com/ory/kratos/issues/1570 Contributions welcome, let me know if I can support you as well.
m
I see that @User is working on it here: https://github.com/ory/kratos/pull/2124, once it's ready I'll try to use it with Ory Cloud
Oh does hydra not come with the cloud?
h
It will soon! We’re targeting Q2 2022
m
Awesome, great to hear
BTW, I see that there is some sort of token system in place already where it emails you a magic link. It seems like theres a bug where some mail clients auto-click the URL, but I was wondering is it possible to use this system right now and switch over when the improvements in Q2 come out?
If possible, how?
Ah looks like I confused account recovery with sign in, my bad
Any pointers on a way to set up kratos right now in a way that I can switch to passwordless when its out?