Auth
Last updated
Was this helpful?
Last updated
Was this helpful?
Package provides abstract implementation for authetication.
Require Composer package.
Available providers:
BasicAuth
Auth
ApiAuth
Available migrations:
Pckg\Auth\Migration\CreateAuthTables
- creates users
, user_groups
and user_password_resets
tables
Pckg\Auth\Migration\CreatePermissionsTable
- creates permissions
table
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 form
security.hash
(string
) -
Read more about .