---
title: Example Apps
description: View sample Multi-Factor Auth apps for each SDK.
originalPath: .tmp-workos-clone/packages/docs/content/mfa/example-apps.mdx
---

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

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