cli
cli copied to clipboard
Missing GoTrue environment variables in config.toml
Is your feature request related to a problem? Please describe.
config.toml
seems to be missing options for OTP expiration (seconds) and length (digits). This makes it harder to work with OTPs locally if you change the length specifically (expiration doesn't really matter).
Describe the solution you'd like
I'd like an option added like auth.email.otp_length
to config.toml
Describe alternatives you've considered None applicable.
Additional context Possibly related discussion: https://github.com/orgs/supabase/discussions/26330
This is already adjustable in the managed studio:
But remote and local needs to match here.