set assertion expire time 1 hour ago

This commit is contained in:
Ulysse Carion 2024-05-15 19:28:27 -07:00
parent 7fecd8b87b
commit d8732d7853

View File

@ -93,7 +93,7 @@ export function SSOPage() {
["sign"],
);
const now = moment(new Date());
const now = moment(new Date()).add(-1, "hour");
const expire = moment(new Date()).add(1, "hour");
inputRef.current!.value = await encodeAssertion(key, {