Backend\Controllers\AuthGates

Overview

AuthGates is authentication services for the logged in users, isolated from the Auth controller for security reasons, which has public actions, but also gated from all other protected actions.

Extends

Public Properties

public array $vueComponents

vueComponents classes to implement

Show inherited public properties

Inherited Public Properties

Protected Properties

There are no protected properties in the class.

Show inherited protected properties

Inherited Protected Properties


Public Methods

public __construct()

public __construct(): void

__construct is the constructor

public expired()

public expired(): void

expired shows a password reset screen when the password has expired

Show inherited public methods

Inherited Public Methods

Protected Methods

protected expired_onSubmit()

protected expired_onSubmit(): void

expired_onSubmit submits the expired password form

Show inherited protected methods

Inherited Protected Methods