railslove / instant_login

MIT License
1 stars 1 forks source link

InstantLogin

Travis Status

InstantLogin is a quick implementation of a UX pattern to ease the login process for mobile users:

  1. User enters his/her email
  2. User receives a one-time login link via email
  3. Clicks on link and is immediately signed in

Installation

If you are using rails, add the following to your Gemfile

gem 'instant_login'

Notes

This project rocks and uses MIT-LICENSE.