CliLoginEngine
Short description and motivation.
Usage
Environment Variables
CLI_LOGIN_ENGINE_HOST=example.com
CLI_LOGIN_REDIRECT_PATH=/dashboardGenerate a One-Time Login Token
rake 'cli_login_engine:generate_token[user@example.com]'Example output:
Generated login URL:
http://localhost:3000/cli_login_engine/one_time_logins/xxxxInstallation
Add this line to your application's Gemfile:
gem "cli_login_engine"And then execute:
$ bundleOr install it yourself as:
$ gem install cli_login_engineContributing
Contribution directions go here.
License
The gem is available as open source under the terms of the MIT License.