---
title: "About"
manual: "Auth0 for TYPO3"
version: "main"
permalink: "https://docs.typo3.org/permalink/leuchtfeuer/auth0:about@main"
source: "About/Index.rst"
rendered: "2026-09-25T07:01:43+00:00"
---

# About {#about}

This extension allows you to log in to a TYPO3 backend with [Auth0](https://auth0.com/). It also allows you to create
login links to any existing Auth0 application, no matter if your TYPO3 instance is connected to an Auth0 tenant or not.

## Compatibility {#about-compatibility}

You need access to an Auth0 instance. We are currently supporting following TYPO3 versions:

| Extension Version | TYPO3 V14 Support | TYPO3 V13 Support | TYPO3 V12 Support | TYPO3 v11 Support | TYPO3 v10 Support | TYPO3 v9 Support | TYPO3 v8 Support |
| --- | --- | --- | --- | --- | --- | --- | --- |
| 14.x | yes | no | no | no | no | no | no |
| 13.x | no | yes | no | no | no | no | no |
| 5.x | no | no | yes | yes | no | no | no |
| 4.x | no | no | no | yes | yes | no | no |
| 3.x | no | no | no | no | yes | yes | no |
| 2.x | no | no | no | no | no | yes | no |
| 1.x | no | no | no | no | no | no | yes |

*Beta support for TYPO3 v11.0 is available since version 3.4.0.*

## About Auth0 {#about-aboutauth0}

Auth0 helps you to:

-   Add authentication with [multiple authentication sources](https://auth0.com/docs/identityproviders), either social like
    **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, among others**, or enterprise identity
    systems like Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider.
-   Add authentication through more traditional
    [username/password databases](https://auth0.com/docs/connections/database/custom-db).
-   Add support for [linking different user accounts](https://auth0.com/docs/link-accounts) with the same user.
-   Support for generating signed [JSON Web Tokens](https://auth0.com/docs/jwt) to call your APIs and flow the user
    identity securely.
-   Analytics of how, when, and where users are logging in.
-   Pull data from other sources and add it to the user profile, through
    [JavaScript rules](https://auth0.com/docs/rules/current).
