mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-07 20:44:00 +05:30
change to 300 seconds
This commit is contained in:
parent
c496df98e4
commit
ace42e89e0
@ -84,7 +84,7 @@ class MAC extends AbstractTokenType implements TokenTypeInterface
|
||||
return;
|
||||
}
|
||||
|
||||
if (abs($params->get('ts') - time()) > 3600) {
|
||||
if (abs($params->get('ts') - time()) > 300) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user