Hey there! I don't see anything about the TTL of a Magic Link - just that it can be requested once every 60 seconds.
When does a magic link expire?
n
Needle
03/21/2022, 4:32 AM
Hello @json!
This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``.
Pinging @User so that they see this as well!
Want to unsubscribe from this thread?
Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates.
Want to change the title?
Use the
/title
command!
We have solved your problem?
Click the button below to archive it.
I've never found it for sure... BUT 99% sure it is 1 hour. If you want absolute conformation you probably need need to post on github... but this is still open:
https://github.com/supabase/supabase/issues/1474
The magic link contains a jwt token for the user. By default all jwt's are set to expire (by default) in 3600 seconds in Supabase unless you change it in auth settings..