mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Изменён алгоритм авторизации на использование jwt токенов
This commit is contained in:
@@ -14,7 +14,7 @@ return [
|
||||
'components' => [
|
||||
'user' => [
|
||||
'identityClass' => \common\models\Account::class,
|
||||
'enableAutoLogin' => true,
|
||||
'enableSession' => false,
|
||||
'loginUrl' => null,
|
||||
],
|
||||
'log' => [
|
||||
|
Reference in New Issue
Block a user