Social
Gravity supports social sign-on with over 500+ networks.
The <SocialSignin/>
component is used on the auth pages to show the sign-in button and can be modified or extended to add support for more networks of your choosing.
Preview

Code
<SocialSignin network={['facebook', 'twitter']} />
Props
Prop
Description
Required
Value
network
social network names to show
required
array
Last updated
Was this helpful?