Auth
Pckg / Auth
Package pckg/auth provides abstract implementation for authetication.
Installation
Require Composer package.
$ composer require pckg/authProviders
Available providers:
BasicAuthAuthApiAuth
Migrations
Available migrations:
Pckg\Auth\Migration\CreateAuthTables- createsusers,user_groupsanduser_password_resetstablesPckg\Auth\Migration\CreatePermissionsTable- createspermissionstable
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?