# Social connections

Scalekit makes it easy to add social login options to your application. This allows your users to sign in using their existing accounts from popular platforms like Google, GitHub, and more.

<FoldCard title="Google" href="/guides/integrations/social-connections/google" iconKey="google">
    Enable users to sign in with their Google accounts using OAuth 2.0
  </FoldCard>
  <FoldCard title="GitHub" href="/guides/integrations/social-connections/github" iconKey="github">
    Allow users to authenticate using their GitHub credentials
  </FoldCard>
  <FoldCard title="Microsoft" href="/guides/integrations/social-connections/microsoft" iconKey="microsoft">
    Integrate Microsoft accounts for seamless user authentication
  </FoldCard>
  <FoldCard title="GitLab" href="/guides/integrations/social-connections/gitlab" iconKey="gitlab">
    Enable GitLab-based authentication for your application
  </FoldCard>
  <FoldCard title="LinkedIn" href="/guides/integrations/social-connections/linkedin" iconKey="linkedin">
    Let users sign in with their LinkedIn accounts using OAuth 2.0
  </FoldCard>
  <FoldCard title="Salesforce" href="/guides/integrations/social-connections/salesforce" iconKey="salesforce">
    Enable Salesforce-based authentication for your application
  </FoldCard>