We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c168140 commit 737e048Copy full SHA for 737e048
1 file changed
packages/hypergraph/src/connect/create-auth-url.ts
@@ -13,7 +13,7 @@ export const createAuthUrl = (params: CreateAuthUrlParams) => {
13
const {
14
redirectUrl,
15
connectUrl,
16
- expiryMilliseconds = 120000, // 2 minutes
+ expiryMilliseconds = 240000, // 4 minutes
17
appId,
18
} = params;
19
const { publicKey, secretKey } = generateKeypair();
0 commit comments