fat2fast/yii2-auth

Fat Too Fast Yii2 Auth

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.1 2024-10-27 08:36 UTC

This package is auto-updated.

Last update: 2025-03-27 09:29:26 UTC


README

Fat Too Fast Yii2 Auth


Fork from Lsat Yii2 Auth

How to install

docker-compose exec api composer require fat2fast/yii2-auth
docker-compose exec api yii migrate-module

Config composer.json

Config local to development , not push change composer.json to git

 "require" : {
    "fat2fast/yii2-auth": "dev-master"
  }
{
    "type": "path",
    "url": "modules/yii2-auth",
    "options": {}
},

Add configuration console.php trong main project

    'controllerMap' => [
        
        // other controllers
    
        'migrate-module' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => [
                '@fat2fast/auth/migrations'
            ],
            'migrationTable' => 'migration_module'
        ],
    ]

Add to web.php của main project

    'modules' => [
        // other modules
          'auth' => [
            'class' => 'fat2fast\auth\Module',
            'userIdentityClass' => 'fat2fast\auth\models\user\User',
        ]
    ],

How to migrate

docker-compose exec api yii migrate-module

How to create migrate

php yii migrate/create ModuleMigrationName --migrationPath=@fat2fast/auth/migrations

config params.php

authz.fullNameOrganization
authz.acronymOrganization
authz.TitleLogin