benawad / dogehouse

Taking voice conversations to the moon 🚀
https://dogehouse.tv/
MIT License
9.12k stars 1.48k forks source link

Paswordless Authentication with magic links #2802

Open n3oney opened 3 years ago

n3oney commented 3 years ago

Right now we can log-in using GitHub, Twitter and Discord. Another way to authenticate that wouldn't need any third-party login could be magic links sent to e-mail addresses. If we used that, the users wouldn't have to set any sort of password while logging in using a third-party service.

It wouldn't be particularly hard to implement it too - we'd just have to input our e-mail, the server would e-mail us a link that we would just click and get logged in. This is how Auth0 does this: image image

gr93 commented 3 years ago

As a heads up the first image you posted isn't fully viewable on Github dark mode, probably because of the transparent background.

samarmohan commented 3 years ago

I think Ben just wants OAuth.