---
title: Overview
description: Explore various user authentication methods with SuperTokens, including email/password, social login, and more.
sidebar:
  order: 10
---

Discover all the ways in which you can authenticate your users with **SuperTokens**.

## Authentication Methods


<CardGroup cols={3}>
  <Card title="Email/Password" icon="key-round" href="/authentication/email-password/introduction">
Basic authentication using email and password.
</Card>
  <Card title="Passwordless" icon="mail" href="/authentication/passwordless/introduction">
Authentication through magic links or one-time codes.
</Card>
  <Card title="Social Login" icon="log-in" href="/authentication/social/introduction">
Login flow that uses third-party providers for authentication.
</Card>
  <Card title="Passkeys" icon="fingerprint" href="/authentication/passkeys/introduction">
Passwordless authentication using biometrics, security keys, or device-based credentials.
</Card>
  <Card title="Enterprise Login" icon="building-2" href="/authentication/enterprise/introduction">
Instructions on how to configure your application to support multiple tenants and enterprise authentication methods.
</Card>
  <Card title="Unified Login" icon="panels-top-left" href="/authentication/unified-login/introduction">
Details on how to create a common authentication experience for all your products.
</Card>
  <Card title="Machine to Machine Authentication" icon="bot" href="/authentication/m2m/introduction">
Guides on authenticating microservices using SuperTokens.
</Card>
</CardGroup>


## Additional Resources

For information on other features exposed by SuperTokens, please refer to the following resources:

<CardGroup cols={3}>
			<Card title="Multi-Factor Authentication" icon="shield-check" href="/additional-verification/mfa/introduction">
Set up additional verification layers in your sign-in process.
</Card>
			<Card title="Attack Protection Suite" icon="shield-alert" href="/additional-verification/attack-protection-suite/introduction">
Enable additional security features that shield your app.
</Card>
			<Card title="Self Hosting" icon="server" href="/deployment/self-host-supertokens">
Deploy SuperTokens in your own infrastructure.
</Card>

			<Card title="Migration Guide" icon="route" href="/migration/overview">
Learn how to migrate from an existing authentication provider.
</Card>

</CardGroup>
