This commit is contained in:
2025-01-19 17:15:58 +03:00
parent 40369fb515
commit b18378bcb1
41 changed files with 1257 additions and 30 deletions

View File

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