Sign up with Social
Sign up/sign in with Apple, Discord, Facebook, Farcaster, Github, Google, Telegram, Twitch or Twitter! Similar to email, you can toggle and configure each social provider in the social providers section of the dashboard. Configuration guides for individual social signup options can be found in the social providers section of the docs.Note that when configuring any social provider, you can adjust the
social
prop in the DynamicContextProvider
component to customize the user experience i.e. whether you use a redirect or popup.Dynamic UI
Once toggled on, these methods will be available in the Dynamic widget, and you can customize the behaviour using the following guide.Hooks Only (Headless)
You’ll use theuseSocialAccounts
hook available from the sdk-react-core
package.
This hook comes with a method called signInWithSocialAccount
that you can utilize: