Authentication

cursor-automation.com uses GitHub OAuth only. There are no passwords, no email/password recovery, no magic links.

OAuth scopes

We request the minimal scopes:

We do not request repo access via OAuth. Repository access is granted later via a per-repository GitHub App install (see github-app).

Sessions

Sessions are persisted via signed cookies + a server-side users_tokens row (context: "session"). A “remember me” cookie keeps you signed in for 60 days. Sign out at any time from the user menu in the top right.

← All docs