version fix

This commit is contained in:
2024-12-18 15:24:25 +03:00
parent aa913293ef
commit a0a99de862
6 changed files with 59 additions and 12 deletions

View File

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