email login

This commit is contained in:
2024-12-05 14:31:04 +03:00
parent 1b486eb788
commit 8df13569e2
9 changed files with 212 additions and 5 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' => 'JWT', // random_bytes, md5, crypt, hash, JWT
'token_expired_time' => "+30 days", // +1 day
];