mirror of
https://github.com/elyby/accounts.git
synced 2024-11-15 17:56:30 +05:30
bdc96d82c1
Добавлен механизм сохранения сессий и refresh_token
9 lines
122 B
PHP
9 lines
122 B
PHP
<?php
|
|
return [
|
|
'components' => [
|
|
'user' => [
|
|
'secret' => 'tests-secret-key',
|
|
],
|
|
],
|
|
];
|