Auth
Pckg / Auth
Package pckg/auth
provides abstract implementation for authetication.
Installation
Require Composer package.
Providers
Available providers:
BasicAuth
Auth
ApiAuth
Migrations
Available migrations:
Pckg\Auth\Migration\CreateAuthTables
- createsusers
,user_groups
anduser_password_resets
tablesPckg\Auth\Migration\CreatePermissionsTable
- createspermissions
table
Config
Available configs:
pckg.auth.providers
(["[key]": ["forgotPassword": boolean, "inactive": boolean]]
) -pckg.auth.groups
(["[id]": [""]]
) -pckg.auth.api.allowIps
(string[]
) -pckg.auth.apiEntityField
(string
) -pckg.auth.getParameter
(string
) -pckg.auth.tags
(...
) -pckg.auth.gates
(...
) -pckg.auth.component.login
(string
) - VueJS component name to render the login formsecurity.hash
(string
) -
Read more
Read more about authentication.
Last updated
Was this helpful?