Feedjoltdocs
Getting started

Sign up

Sign up for Feedjolt without a password, using a magic link or your Google account. Covers the sign-up steps, linked accounts, sessions, and troubleshooting.

Feedjolt is passwordless. You sign up the same way you sign in: a one-time link in your inbox or your Google account.

  1. Go to feedjolt.com/en/register.
  2. Enter your email.
  3. Solve the Cloudflare Turnstile challenge (it's quick - usually invisible).
  4. Check your inbox. Click the link. Done.

The link is valid for 15 minutes. If you don't click in time, just request a new one.

Google

  1. Go to feedjolt.com/en/register and click Continue with Google.
  2. Pick the Google account you want to use.
  3. You're in.

If your Google email matches an existing magic-link account, the two are linked automatically - same user, two ways to sign in.

Why no passwords?

Passwords get reused, leaked, and forgotten. We don't want to be in the password storage business, and you don't want to remember another one. Magic links are short-lived JWTs over httpOnly cookies - same security model your bank uses, minus the friction.

Sessions

After sign-in, an access token (15 minutes) and a refresh token (7 days) live in httpOnly cookies. The frontend automatically refreshes when the access token expires; you stay signed in across browser restarts until the refresh token expires.

To sign out from all sessions, see account settings.

Trouble?

  • Didn't get the email. Check spam. Add [email protected] to contacts. Try again.
  • Link says "expired". That's the 15-minute window. Request a fresh one.
  • Google says "this email is already in use". It is, via magic link. Sign in with magic link first, then link Google in account settings.

On this page