The project is in a healthy, maintained state
The device provides user login functionality from commands similar to drupal's drush uli.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 4.9
>= 8.0.2
 Project Readme

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[user@example.com]'

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.