/magic_email_demo

An example Rails app that implements passwordless authentication by emailing a magic link

Primary LanguageRuby

README

This is an example Rails app to help you work through this blog post.

To get up-and-running, have Bundler and Yarn installed:

$ ./script/setup

Then run the development server

$ ./script/server

And check out the app at localhost:3000