Exnir

Finance · Trading · Economics

Where professionals dream their next decision. Sign in with your email and password, or request a magic link. Access is by invitation only.


Prefer a one-time link instead?

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.