mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Set a default token ttl of one hour
This commit is contained in:
@@ -31,7 +31,7 @@ class Server
|
|||||||
*/
|
*/
|
||||||
private $_config = array(
|
private $_config = array(
|
||||||
'scope_delimeter' => ',',
|
'scope_delimeter' => ',',
|
||||||
'access_token_ttl' => null
|
'access_token_ttl' => 3600
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user