---
title: Example Apps
description: View sample Single Sign-On apps for each SDK.
originalPath: .tmp-workos-clone/packages/docs/content/sso/example-apps.mdx
---

You can view minimal example apps that demonstrate how to use the WorkOS SDKs to authenticate users via SSO:

<ExampleApps.Root>
  <ExampleApps.Card
    href="https://github.com/workos/node-example-applications/tree/main/node-sso-example"
    title="Node.js SSO app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/typescript-example-applications/tree/main/typescript-sso-example"
    title="TypeScript SSO app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/ruby-example-applications/tree/main/ruby-sso-example"
    title="Ruby SSO app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/python-flask-example-applications/tree/main/python-flask-sso-example"
    title="Python Flask SSO app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/python-django-example-applications/tree/main/python-django-sso-example"
    title="Python Django SSO app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/go-example-applications/tree/main/go-sso-example"
    title="Go SSO app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/java-example-applications/tree/main/java-sso-example"
    title="Java SSO app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/php-example-applications/tree/main/php-sso-example"
    title="PHP SSO app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/dotnet-example-applications/tree/main/dotnet-sso-example"
    title=".NET SSO app"
  />
</ExampleApps.Root>
