mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 10:18:55 +05:30
Changed $config['access_token_expire'] to $config['access_token_ttl']. Default value is now null
This commit is contained in:
parent
5d012c6cf4
commit
b0bd812da2
@ -17,7 +17,7 @@ class Server
|
|||||||
'code'
|
'code'
|
||||||
),
|
),
|
||||||
'scope_delimeter' => ',',
|
'scope_delimeter' => ',',
|
||||||
'access_token_expire' => 0
|
'access_token_ttl' => null
|
||||||
);
|
);
|
||||||
|
|
||||||
public $exceptionCodes = array(
|
public $exceptionCodes = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user