Currently I can use {{ token }} in the confirmation and magic link email templates. Would be good to have the expiry minutes so that the template could reference it as well. This keeps the template in sync with what is configured in the supabase project. Right now I have to hard code this or make a complicated pipeline to set the value based on what is configured in supabase.
BradW suggests adding the token expiry information to the auth email templates in Supabase. This would allow the templates to dynamically reflect the configured expiry time, avoiding the need for hardcoding or complex pipelines.