autumndev / green-light-auth
Bespoke authentication for GreenLight users
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0-RC1
- guzzlehttp/guzzle: ~6.0
README
Bespoke authentication for GreenLight users
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require /green-light-auth
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for GreenLight Auth.
GreenLight Auth Overview
Allows the system to auto add group to user, auto activate the user and then redirect to the end portal.
Configuring GreenLight Auth
Create new group: name = 'GREENLIGHT', handle = 'greenlight'.
env fiel - add GREENLIGHT_REDIRECT_URL
as the url to redirect GL user to.
Brought to you by autumn.dev