Skip to content

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

Notifications You must be signed in to change notification settings

fernandoacorreia/magic_email_demo

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.4%
  • HTML 21.7%
  • JavaScript 4.2%
  • Other 0.7%