This commit is contained in:
2024-12-04 18:45:17 +03:00
parent d318c99ba5
commit 1b486eb788
6 changed files with 90 additions and 17 deletions

View File

@ -1,6 +1,7 @@
<?php
$secure_config = [
'web_auth_type' => 'login_password', // login_password, email_code
'token_type' => 'JWT', // random_bytes, md5, crypt, hash, JWT
'token_expired_time' => "+30 days", // +1 day
];