Auth Plugin
Introduction
A plugin implementing authentication.
Installation
composer require jump/oc-auth-plugin
Repository
Configuration
.env
JUMP_AUTH_USER_MODEL=App\Users\Models\User
Usage
info
It is recommended to hideFromPages => true, on authentication pagesections and only include them in CMS pages.
User Model
Login
For more information see login
Example Page
title = "Login"
url = "/login"
is_hidden = 0
layout = "main"
==
{% section 'login' %}
Logout
Password Reset
Troubleshooting
- If you are having issues installing >= 1.30 try
composer require paragonie/random_compat=~2.0first. - If you are receiving
undefined offset 0set the auth class in the envJUMP_AUTH_USER_MODEL=App\Account\Models\User