W
Wasp14mo ago
Jake

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
matijash
matijash14mo ago
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.
Jake
JakeOP14mo ago
Sounds good. Thanks @matijash @miho do you have a github gist to integrate Lucia?
miho
miho14mo ago
Wasp 0.12 contains Lucia inside 😄 all of the existing auth methods are already based on Lucia Why do you ask?
Jake
JakeOP14mo ago
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
Noah
Noah2mo ago
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
Noah
Noah2mo ago
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?
Vinny (@Wasp)
Vinny (@Wasp)2mo ago
@miho can answer you best here.
miho
miho2mo ago
@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
Noah
Noah2mo ago
Actually quite easy once I figure it out! Nice work team

Did you find this page helpful?