Skip to content

Commit f6c904c

Browse files
authored
Merge pull request #75 from djw8605/increase-4-days
Increase default key expiry to 4 hours
2 parents 862210e + 26b99c7 commit f6c904c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scitokens_internal.cpp

+1-1
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)