Skip to content

Commit d8444c1

Browse files
Ignacio Van Droogenbroeckclaude
andcommitted
docs: add Google OAuth, update login methods and token info
Add Google SSO section to Account Security page alongside GitHub. Update login methods table with all four options. Update quickstart to mention Google/GitHub sign-up and remove outdated admin token one-time display note (tokens are now created from the console). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 70f838d commit d8444c1

2 files changed

Lines changed: 24 additions & 11 deletions

File tree

docs-arc-cloud/getting-started/quickstart.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Get up and running with Arc Cloud in under a minute.
88

99
## 1. Sign Up
1010

11-
Create a free account at [cloud.arc.basekick.net/signup](https://cloud.arc.basekick.net/signup). No credit card required.
11+
Create a free account at [cloud.arc.basekick.net/signup](https://cloud.arc.basekick.net/signup). No credit card required. You can sign up with email and password, or use **Google** or **GitHub** for one-click registration.
1212

1313
## 2. Create an Instance
1414

@@ -23,11 +23,7 @@ Your instance will be ready in approximately 30 seconds. The status indicator wi
2323
Once provisioning completes, you will see:
2424

2525
- **Endpoint URL**: `https://<instance-id>.arc.<region>.basekick.net`
26-
- **Admin Token**: A one-time token displayed on screen
27-
28-
:::warning Save Your Admin Token
29-
The admin token is shown **only once** during provisioning. Copy it immediately and store it securely. If you lose it, you will need to restart the instance to generate a new one.
30-
:::
26+
To connect to your instance externally (curl, SDK, Telegraf), create an API token from the **Tokens** tab in the instance console.
3127

3228
## 5. Send Your First Query
3329

docs-arc-cloud/security-team/security.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,27 @@ On the login page, click **Sign in with passkey**. Your browser will prompt you
5353

5454
View and delete registered passkeys from **Settings** > **Security**. Deleting a passkey removes it permanently — you will no longer be able to use that credential to sign in.
5555

56+
## Single Sign-On (OAuth)
57+
58+
Arc Cloud supports signing in with third-party identity providers so you can skip creating a separate password.
59+
60+
### GitHub
61+
62+
Click **Continue with GitHub** on the login or signup page. Arc Cloud requests read-only access to your GitHub profile and email. Your account is linked by your GitHub ID — if you already have an Arc Cloud account with the same email, you will be asked to sign in with your password first and then link GitHub from Settings.
63+
64+
### Google
65+
66+
Click **Continue with Google** on the login or signup page. Arc Cloud requests access to your basic profile information (name and email). As with GitHub, your account is linked by your Google ID. If an account with the same email already exists, you must sign in with your password first.
67+
68+
:::info
69+
OAuth accounts are auto-verified — no email confirmation step is required. A default organization is created automatically on first sign-in.
70+
:::
71+
5672
## Login Methods
5773

58-
| Method | MFA Required |
59-
|--------|-------------|
60-
| Email + password | Yes, if 2FA is enabled |
61-
| Passkey | No — inherently multi-factor |
62-
| GitHub OAuth | No — relies on GitHub's own 2FA |
74+
| Method | MFA Required | Notes |
75+
|--------|-------------|-------|
76+
| Email + password | Yes, if 2FA is enabled | Standard sign-in flow |
77+
| Passkey | No — inherently multi-factor | Touch ID, Face ID, or security key |
78+
| GitHub OAuth | No — relies on GitHub's own security | Links by GitHub ID |
79+
| Google OAuth | No — relies on Google's own security | Links by Google ID |

0 commit comments

Comments
 (0)