go-base Auth

Passwordless login demo UI (Tailwind)

Register (email + password)

Login (email + password)

Verify your email

Request login link

Enter your account email. If it exists and login is enabled, you'll receive a magic link via email.

Have a token?

Paste the token from your email or open the magic link. If you have the token, you can exchange it for access and refresh tokens.

Register account

Create a new account via the Admin API. This requires an admin access token. If you don’t have one, ask an administrator to create your account or use the login link request above.

The Admin token is required by the backend’s POST /admin/accounts endpoint.

If you open the magic link, it usually looks like /login/{token}. This UI also accepts ?token=... in the URL and will auto-exchange on load.