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
Copy file name to clipboardExpand all lines: docs/appkit/features/socials.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,11 @@ import flutterLogo from '../../../static/assets/home/flutterLogo.png'
11
11
12
12
# Email & Socials
13
13
14
-
Bring your app to a world of new users in minutes with Email and Social login, giving both new and existing users the ability to seamlessly connect to your app using just an email address or social account. Set up with just one line of code and enable Smart Account functionality in minutes.
14
+
Bring your app to a world of new users in minutes with Email and Social login, giving both new and existing users the ability to seamlessly connect to your app using just an email address or social account. Set up with just one line of code and enable Smart Account functionality in minutes.
15
15
16
-
AppKit supports the following providers:
17
-
-**Email**, **Google**, **X**, **GitHub**, **Discord** and **Apple**.
16
+
AppKit supports the following providers:
17
+
18
+
-**Email**, **Google**, **X**, **GitHub**, **Discord**, **Apple**, **Facebook** and **Farcaster**.
Custom connectors, such as social logins, WalletConnect QR, Coinbasewallet, etc., can be integrated into your Modal. A simple example of how to incorporate them for Wagmi or Ethers library.
- email [boolean]: This boolean defines whether you want to enable email login. Default `true`
82
-
- socials [array]: This array contains the list of social platforms that you want to enable for user authentication. The platforms in the example include Google, X, GitHub, Discord, Apple and Facebook (coming soon). Default `undefined`
82
+
- socials [array]: This array contains the list of social platforms that you want to enable for user authentication. The platforms in the example include Google, X, GitHub, Discord, Apple, Facebook and Farcaster. Default `undefined`
83
83
- showWallets [boolean]: This boolean defines whether you want to show the wallet options on the first connect screen. If this is false and `socials` are enabled, it will show a button that directs you to a new screen displaying the wallet options. Default `true`
84
84
- walletFeatures [boolean]: This boolean defines whether you want to enable wallet features. Wallet features allow users to view their balance, send, receive, and buy funds through a clear user interface. Default `true`
0 commit comments