mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Add clock tolerance of 2 minutes to IDP
This brings it in line with similar changes done to the access-token-verifier library. See https://github.com/CommunitySolidServer/CommunitySolidServer/issues/1012#issuecomment-1168486710
This commit is contained in:
parent
60718a123d
commit
b95315c9af
@ -26,6 +26,7 @@
|
||||
"openid": [ "azp" ],
|
||||
"webid": [ "webid" ]
|
||||
},
|
||||
"clockTolerance": 120,
|
||||
"cookies": {
|
||||
"long": { "signed": true, "maxAge": 86400000 },
|
||||
"short": { "signed": true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user