I'd like to build an Elixir library for passwordless login.
Modeled after this post, with a few alterations: http://inaka.net/blog/2016/07/27/passwordless-login-with-phoenix
The library would generate (or provide) a number of things:
- A migration for a
login_keys
table with 3 columns: [email
,key
,created_at
] - HTML template for submitting an email
- Email template for mailing login key
- Session routes and controllers