W
Wasp-lang4mo 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
4 Replies
matijash
matijash4mo 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
Jake4mo ago
Sounds good. Thanks @matijash @miho do you have a github gist to integrate Lucia?
miho
miho4mo ago
Wasp 0.12 contains Lucia inside 😄 all of the existing auth methods are already based on Lucia Why do you ask?
Jake
Jake4mo 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