mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Реорганизована выдача JWT токенов
Добавлен механизм сохранения сессий и refresh_token
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Application configuration for all api test types
|
||||
*/
|
||||
return [];
|
||||
return [
|
||||
'components' => [
|
||||
'user' => [
|
||||
'secret' => 'tests-secret-key',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user