Skip to content

Commit 6d80c75

Browse files
docs: Update documentation for controller PR #1842 (#57)
Updates documentation to reflect changes made in: feat: add google signer Related controller PR: cartridge-gg/controller#1842 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a9b1c26 commit 6d80c75

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

src/pages/controller/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ title: Controller Overview
2020
### Simple & Secure
2121

2222
- Passwordless authentication using Passkeys for one-click onboarding
23-
- Multi-signer support with Passkeys, Discord login, and external wallets (MetaMask, Rabby, WalletConnect)
23+
- Multi-signer support with Passkeys, social login (Google, Discord), and external wallets (MetaMask, Rabby, WalletConnect)
2424
- Self-custodial embedded wallets that put players in control
2525
- Built-in security features to protect player assets
2626

src/pages/controller/signer-management.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Learn how to add and manage multiple authentication methods (signers) for your Cartridge Controller account, including Passkeys, Discord login, and external wallets.
2+
description: Learn how to add and manage multiple authentication methods (signers) for your Cartridge Controller account, including Passkeys, social login (Google, Discord), and external wallets.
33
title: Signer Management
44
---
55

@@ -26,7 +26,15 @@ Controller supports three types of signers:
2626
- **Cross-platform** compatibility with password managers like Bitwarden, 1Password
2727
- See [Passkey Support](/controller/passkey-support.md) for detailed setup information
2828

29-
### 2. Discord Login
29+
### 2. Social Login
30+
31+
#### Google Login
32+
- **Social authentication** using your Google account
33+
- **Familiar experience** for users with existing Google accounts
34+
- **Secure integration** via Turnkey wallet infrastructure
35+
- Requires existing Google account
36+
37+
#### Discord Login
3038
- **Social authentication** using your Discord account
3139
- **Streamlined onboarding** for users already active in gaming communities
3240
- **Secure integration** via Turnkey wallet infrastructure
@@ -63,7 +71,17 @@ Controller supports three types of signers:
6371
~~3. Follow your device's authentication flow~~
6472
~~4. Once created, the Passkey will be added to your account~~
6573

66-
### Adding Discord Login
74+
### Adding Social Login
75+
76+
#### Adding Google Login
77+
78+
1. Select **Google** from the signer options
79+
2. You'll be redirected to Google's OAuth authorization page
80+
3. Sign in to your Google account if not already logged in
81+
4. Authorize Cartridge Controller to access your Google identity
82+
5. The Google login will be linked to your Controller account
83+
84+
#### Adding Discord Login
6785

6886
> **Currently Disabled**: This functionality is temporarily unavailable while under development.
6987
@@ -98,7 +116,7 @@ The Signer(s) section displays all authentication methods associated with your a
98116
### Signer Information Display
99117

100118
Each signer card shows:
101-
- **Type**: Passkey, Discord, MetaMask, Rabby, or WalletConnect
119+
- **Type**: Passkey, Google, Discord, MetaMask, Rabby, or WalletConnect
102120
- **Status**: "(current)" label for the active authentication method
103121
- **Identifier**: Shortened wallet address for external wallets, or authentication type for others
104122

@@ -149,6 +167,11 @@ If you lose access to your primary authentication method:
149167
- Ensure you're on a supported network
150168
- Check that the wallet isn't connected to another dApp
151169

170+
**Google login issues**
171+
- Verify you're logged into Google in the same browser
172+
- Check that third-party cookies are enabled
173+
- Try clearing browser cache and cookies
174+
152175
**Discord login issues**
153176
- Verify you're logged into Discord in the same browser
154177
- Check that third-party cookies are enabled

0 commit comments

Comments
 (0)