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
4 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