You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: src/pages/controller/signer-management.md
+27-4Lines changed: 27 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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.
3
3
title: Signer Management
4
4
---
5
5
@@ -26,7 +26,15 @@ Controller supports three types of signers:
26
26
-**Cross-platform** compatibility with password managers like Bitwarden, 1Password
27
27
- See [Passkey Support](/controller/passkey-support.md) for detailed setup information
28
28
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
30
38
-**Social authentication** using your Discord account
31
39
-**Streamlined onboarding** for users already active in gaming communities
32
40
-**Secure integration** via Turnkey wallet infrastructure
@@ -63,7 +71,17 @@ Controller supports three types of signers:
63
71
~~3. Follow your device's authentication flow~~
64
72
~~4. Once created, the Passkey will be added to your account~~
65
73
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
67
85
68
86
> **Currently Disabled**: This functionality is temporarily unavailable while under development.
69
87
@@ -98,7 +116,7 @@ The Signer(s) section displays all authentication methods associated with your a
98
116
### Signer Information Display
99
117
100
118
Each signer card shows:
101
-
-**Type**: Passkey, Discord, MetaMask, Rabby, or WalletConnect
119
+
-**Type**: Passkey, Google, Discord, MetaMask, Rabby, or WalletConnect
102
120
-**Status**: "(current)" label for the active authentication method
103
121
-**Identifier**: Shortened wallet address for external wallets, or authentication type for others
104
122
@@ -149,6 +167,11 @@ If you lose access to your primary authentication method:
149
167
- Ensure you're on a supported network
150
168
- Check that the wallet isn't connected to another dApp
151
169
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
+
152
175
**Discord login issues**
153
176
- Verify you're logged into Discord in the same browser
0 commit comments