creste secret key
This commit is contained in:
8
bootstrap/secure.php
Normal file
8
bootstrap/secure.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$secure_config = [
|
||||
'token_type' => 'random_bytes', // random_bytes, md5, crypt, hash
|
||||
'token_expired_time' => "+30 days", // +1 day
|
||||
];
|
||||
|
||||
\kernel\App::$secure = $secure_config;
|
Reference in New Issue
Block a user