fs-heroes / fsh-website-comments

0 stars 0 forks source link

/tutorials/rails/sorcery-passwordless-authentication/ #8

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Implement a passwordless authentication with Sorcery - Full Stack Heroes

Paswordless auth is great and provides a simple UX for your user - in this tutorial I implement in my Rails app using the auth gem Sorcery

https://fullstackheroes.com/tutorials/rails/sorcery-passwordless-authentication/

Signum commented 1 year ago

Thanks for the article. I successfully implemented magic authentication the way you describe. However I just accidentally came across the "magic_login" submodule of Sorcery mentioned in config/initializers/sorcery.rb. It claims that it was created 6 years ago.

Now I wonder if you also missed that submodule or if you "reinvented the wheel" on purpose.