# Social

Gravity [supports social sign-on](https://docs.usegravity.app/gravity-server/authentication/social-sign-on) with over 500+ networks.&#x20;

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

<div align="left"><figure><img src="https://3357577683-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LlnrBGdA8s50Vnplq1j%2Fuploads%2FjM97Y11cGOPJZ2Qho8dD%2Fsocial.png?alt=media&#x26;token=c817e961-47cb-45c5-90f6-7f9d267a97fc" alt="" width="375"><figcaption></figcaption></figure></div>

## Code

```javascript
<SocialSignin network={['facebook', 'twitter']} />
```

## Props

| Prop    | Description                  | Required | Value |
| ------- | ---------------------------- | -------- | ----- |
| network | social network names to show | required | array |
