Exnir
Finance · Trading · EconomicsWhere professionals dream their next decision. Sign in with your email and password, or request a magic link. Access is by invitation only.
Choose a new password for your Exnir account. You arrived here from a reset link — this is not a sign-in.
The link went to the wrong address?
Supabase only honours a redirect that is on its allow-list. When it is
not, it silently falls back to the project's Site URL — which is
http://localhost:3000 until someone changes it.
In Supabase → Authentication → URL Configuration, set Site URL to this origin and add it to Redirect URLs:
Also enable Email under Authentication → Providers, and turn on
Email + password. Use Forgot password? (not magic link)
to reset — that hits /auth/v1/recover. In Email Templates,
keep the Reset Password template separate from Magic Link.
Magic links use the PKCE flow: request the link in this browser, then open it on the same device so the code exchange can finish.