Skip to content

Commit 26b99c7

Browse files
committed
Increase default key expiry to 4 hours
1 parent 862210e commit 26b99c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scitokens_internal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Validator::get_public_keys_from_web(const std::string &issuer, picojson::value &
427427
keys = json_obj;
428428

429429
next_update = now + 600;
430-
expires = now + 4*3600;
430+
expires = now + 4*24*3600;
431431
}
432432

433433
void

0 commit comments

Comments
 (0)