# Modular SSO

<FoldCard
  title="Add SSO to Express.js apps"
  iconKey="expressjs"
  href="https://github.com/scalekit-inc/nodejs-example-apps/tree/main/sso-express-example"
  variant="secondary"
  target="_blank"
  showCta={false}
  clickable={true}
>
  <p>Implement Scalekit SSO in a Node.js Express application. Includes middleware setup for secure session handling</p>
</FoldCard>

<FoldCard
  title="Add SSO to .NET Core apps"
  iconKey="dotnet"
  href="https://github.com/scalekit-inc/dotnet-example-apps"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Secure .NET Core applications with Scalekit SSO. Demonstrates authentication pipelines and user claims management</p>
</FoldCard>

<FoldCard
  title="Add SSO to Spring Boot apps"
  iconKey="java"
  href="https://github.com/scalekit-developers/scalekit-springboot-example"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Integrate Scalekit SSO with Spring Security. Shows how to configure security filters and protect Java endpoints</p>
</FoldCard>

<FoldCard
  title="Add SSO to Python FastAPI"
  iconKey="python"
  href="https://github.com/scalekit-developers/scalekit-fastapi-example"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Add enterprise SSO to FastAPI services using Scalekit. Includes async route protection and user session validation</p>
</FoldCard>

<FoldCard
  title="Add SSO to Go applications"
  iconKey="go"
  href="https://github.com/scalekit-developers/scalekit-go-example"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Implement Scalekit SSO in Go. Features idiomatically written middleware for securing HTTP handlers</p>
</FoldCard>

<FoldCard
  title="Add SSO to Next.js apps"
  iconKey="nextjs"
  href="https://github.com/scalekit-developers/scalekit-nextjs-demo"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Secure Next.js applications with Scalekit. Covers both App Router and Pages Router authentication patterns</p>
</FoldCard>

### Scalekit SSO + Your own auth system

<FoldCard
  title="Connect Firebase Auth with SSO"
  iconKey="firebase"
  href="https://github.com/scalekit-inc/scalekit-firebase-sso"
  target="_blank"
  showCta={false}
  clickable={true}
>
  <p>Enable Enterprise SSO for Firebase apps using Scalekit. Learn to link Scalekit identities with Firebase Authentication</p>
</FoldCard>

<FoldCard
  title="Connect AWS Cognito with SSO"
  iconKey="amazoncognito"
  href="https://github.com/scalekit-inc/scalekit-cognito-sso"
  target="_blank"
  showCta={false}
  clickable={true}
>
  <p>Add Enterprise SSO to Cognito user pools via Scalekit. Step-by-step guide to federating identity providers</p>
</FoldCard>

<FoldCard
  title="Cognito + Scalekit for Next.js"
  iconKey="amazoncognito"
  href="https://github.com/scalekit-inc/nextjs-example-apps/tree/main/cognito-scalekit"
        target="_blank"
  showCta={false}
  clickable={true}
>
    <p>Integrate Cognito and Scalekit SSO in Next.js. Uses OIDC protocols to secure your full-stack React application</p>
  </FoldCard>
## Admin portal

<FoldCard
  title="Embed admin portal"
  iconKey="nodejs"
  href="https://github.com/scalekit-inc/nodejs-example-apps/tree/main/embed-admin-portal-sample"
  target="_blank"
  showCta={false}
  clickable={true}
>
  <p>Embed the Scalekit Admin Portal into your app via **iframe**. Node.js example for generating secure admin sessions</p>
</FoldCard>