CliLoginEngine

Short description and motivation.

Usage

Environment Variables

CLI_LOGIN_ENGINE_HOST=example.com
CLI_LOGIN_REDIRECT_PATH=/dashboard

Generate a One-Time Login Token

rake 'cli_login_engine:generate_token[[email protected]]'

Example output:

Generated login URL:
http://localhost:3000/cli_login_engine/one_time_logins/xxxx

Installation

Add this line to your application's Gemfile:

gem "cli_login_engine"

And then execute:

$ bundle

Or install it yourself as:

$ gem install cli_login_engine

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.