Add configuration for User class
This commit is contained in:
parent
832bf929dc
commit
b9dc0fc5fe
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
$config['user'] = [
|
||||||
|
'secret' => 'testing',
|
||||||
|
'tokenLifetime' => 300, // in secs
|
||||||
|
];
|
Loading…
Reference in New Issue