Skip to content

Commit 6468798

Browse files
authored
fix(core): update default expiresIn description for one-time tokens (#7831)
1 parent ae0a003 commit 6468798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/routes/one-time-tokens.openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"description": "The email address to associate with the one-time token."
4343
},
4444
"expiresIn": {
45-
"description": "The expiration time in seconds. If not provided, defaults to 2 days (172,800 seconds)."
45+
"description": "The expiration time in seconds. If not provided, defaults to 10 mins (600 seconds)."
4646
},
4747
"context": {
4848
"description": "Additional context to store with the one-time token. This can be used to store arbitrary data that will be associated with the token."

0 commit comments

Comments
 (0)