Add configuration for User class

This commit is contained in:
BitHeaven 2024-08-09 21:31:09 +05:00
parent 832bf929dc
commit b9dc0fc5fe
1 changed files with 5 additions and 0 deletions

5
config/0005.user.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$config['user'] = [
'secret' => 'testing',
'tokenLifetime' => 300, // in secs
];