Passwordless authentication
Do you support passwordless authentication out of the box? Similar to this:
https://github.com/mikker/passwordless
Thanks!
GitHub
GitHub - mikker/passwordless: 🗝 Authentication for your Rails app w...
🗝 Authentication for your Rails app without the icky-ness of passwords - mikker/passwordless
10 Replies
Not yet, but it is planned! Currently Wasp supports email/pass, Google and GitHub as methods. @miho is our expert here - he recently integrated Lucia under the hood, which will make it much easier to add new providers.
Sounds good. Thanks @matijash
@miho do you have a github gist to integrate Lucia?
Wasp 0.12 contains Lucia inside 😄 all of the existing auth methods are already based on Lucia
Why do you ask?
my brain is fried i misread matija's message.. lol. will wait for passwordless. until then i will just go with email based authentication. thanks @miho
Following up here, any plan to support passwordless?
For context, my app has an invite flow where organization admins can invite members which creates like a shadow profile which can be claimed, but the user can use their account on accepting email invite without needing to set password
Passwordless Authentication - Wasp
I saw a a post asking whether wasp supported passworldess authentication in March and it wasn't supported at the time. Has anything changed since then and if not does anyone have any good ideas as to how I can add the passwordless auth in myself and have it seamlessly integrate with wasp?
@miho can answer you best here.
@Noah nothing changes since the post you linked, we still want to implement magic link auth method at some point: https://github.com/wasp-lang/wasp/issues/1131
For viz, I got it working in this PR: https://github.com/Octember/block-spot/pull/3/files
Actually quite easy once I figure it out! Nice work team