Skip to content

Commit 737e048

Browse files
committed
set the expiry to 4min
1 parent c168140 commit 737e048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hypergraph/src/connect/create-auth-url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const createAuthUrl = (params: CreateAuthUrlParams) => {
1313
const {
1414
redirectUrl,
1515
connectUrl,
16-
expiryMilliseconds = 120000, // 2 minutes
16+
expiryMilliseconds = 240000, // 4 minutes
1717
appId,
1818
} = params;
1919
const { publicKey, secretKey } = generateKeypair();

0 commit comments

Comments
 (0)