Download the PHP package dotkernel/dot-controller-plugin-authentication without Composer
On this page you can find all versions of the php package dotkernel/dot-controller-plugin-authentication. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dotkernel/dot-controller-plugin-authentication
More information about dotkernel/dot-controller-plugin-authentication
Files in dotkernel/dot-controller-plugin-authentication
Package dot-controller-plugin-authentication
Short Description DotKernel authentication controller plugin
License MIT
Informations about the package dot-controller-plugin-authentication
dot-controller-plugin-authentication
Authentication controller plugin.
[!CAUTION]
Security-Only Maintenance Mode
This package is considered feature-complete, and is now in security-only maintenance mode.
Installation
Run the following command
This will also install package dotkernel/dot-controller
and dotkernel/dot-authentication
as dependencies
Enable the module by merging the ConfiProvider
output to your application's configuration, to register the services defined by this module.
Usage
In any controller, you can access this plugin by calling
This plugin defines 2 methods you can use in your controllers to check for the currently authenticated identity.
Returns a boolean value indicating if there is an authenticated identity or a guest identity
Returns the current identity as an hydrated object, as defined in the authentication module
All versions of dot-controller-plugin-authentication with dependencies
laminas/laminas-servicemanager Version ^3.21.0
dotkernel/dot-controller Version ^3.4.0
dotkernel/dot-authentication Version ^2.3.0