You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
It is not possible to specify the redirect_to URL when using supabase.auth.resend().
To Reproduce
Call supabase.auth.resend() and try to specify a redirect URL.
Expected behavior
The function allows to specify the redirect URL like it is possible for e.g. inviteUserByEmail().
Additional context
The backend (GoTrue) already supports specifying the redirect URL either via URL parameter (redirect_to) or using the referrer header. Only a simple limitation in the API exposed by gotrue-js.