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 833eaee commit 699d53eCopy full SHA for 699d53e
apps/docs/spec/cli_v1_config.yaml
@@ -895,14 +895,14 @@ parameters:
895
- name: 'Auth Server configuration'
896
link: 'https://supabase.com/docs/reference/auth'
897
898
- - id: 'auth.email.otp_exp'
899
- title: 'auth.email.otp_exp'
+ - id: 'auth.email.otp_expiry'
+ title: 'auth.email.otp_expiry'
900
tags: ['auth']
901
required: false
902
- default: '300'
+ default: '3600'
903
description: |
904
The expiry time for an OTP code in seconds.
905
- Default is 300 seconds (5 minutes).
+ Default is 3600 seconds (1 hour).
906
links:
907
908
0 commit comments