> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.com/llms.txt
> Use this file to discover all available pages before exploring further.

> Describes Auth0 features, platforms, and software configurations.

# Product Support Matrix

Auth0 provides support in alignment with the [terms of service](https://auth0.com/terms) and [pricing and support plans](https://auth0.com/pricing/). These are the types of support provided by Auth0:

| Level     | Description                                                                                                                            |
| --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Supported | Auth0 has formally tested these items, may provide both new features and bug fixes (if applicable), and will provide customer support. |
| Sustained | Auth0 may provide bug fixes (if applicable) for these items, and will provide customer support.                                        |
| Bug Fixes | Auth0 may provide bug fixes (if applicable) for these items, but will not provide customer support.                                    |
| Community | Auth0 will not provide customer support for these items, and all assistance will come from the general community.                      |
| Partner   | Auth0 will not provide customer support for these items, and all assistance will come from the partners who maintain them.             |

## Auth0 support coverage

Official support provided by Auth0 is limited to the languages, platforms, versions, and technologies specifically listed. Anything that is not listed, or is listed as community-supported is not eligible for Auth0 support. If you have questions about unsupported items, you can post your question on the [Auth0 public forum](https://community.auth0.com/).

For community-supported items, ask for help by contacting the developers responsible for those items such as submitting issues on the GitHub repositories for the specific libraries or SDKs.

Auth0 support is limited to the most recent version of the technologies listed (unless otherwise specified). If you are using an older version, you will be required to upgrade prior to seeking support.

## Supported browsers

All listed browsers are the latest versions unless otherwise indicated.

### Auth0 Dashboard desktop browsers

<Warning>
  Auth0 does not support mobile browsers for using the Dashboard.
</Warning>

| Browser | Support Level |
| ------- | ------------- |
| Chrome  | Supported     |
| Safari  | Sustained     |
| Edge    | Sustained     |
| Firefox | Sustained     |

### Authentication desktop browsers

| Browser                    | Support Level |
| -------------------------- | ------------- |
| Chrome                     | Supported     |
| Safari                     | Sustained     |
| Internet Explorer (v10/11) | Sustained\*   |
| Edge                       | Sustained     |
| Firefox                    | Sustained     |

<Warning>
  \*Starting with v2.0.0, the Auth0 SPA SDK no longer supports Internet Explorer 11. To learn more about this change, read the [SPA-JS v2 Migration Guide on Github](https://github.com/auth0/auth0-spa-js/blob/master/MIGRATION_GUIDE.md).
</Warning>

### Authentication mobile browsers

| Browser                   | Support Level |
| ------------------------- | ------------- |
| Safari iOS 10+            | Supported     |
| Chrome for Android 7.1.1+ | Supported     |

## Supported operating systems

All listed operating systems are the latest versions unless otherwise indicated. If you are using an older version, please upgrade prior to seeking support.

### Auth0 Dashboard operating systems

| Operating System                  | Support Level |
| --------------------------------- | ------------- |
| Apple MacOS (with Chrome)         | Supported     |
| Apple MacOS (with other browsers) | Sustained     |
| Linux Ubuntu                      | Sustained     |
| Microsoft Windows                 | Sustained     |

### Authentication supported operating systems

| Operating System                  | Support Level |
| --------------------------------- | ------------- |
| Apple MacOS (with Chrome)         | Supported     |
| Apple MacOS (with other browsers) | Sustained     |
| Apple iOS 10+                     | Supported     |
| Google Android 7.1.1+             | Supported     |
| Linux Ubuntu                      | Sustained     |
| Microsoft Windows                 | Sustained     |

## Supported Auth0 libraries and SDKs

### Auth0 Lock widgets and libraries

| Library                                                            | Support Level |
| ------------------------------------------------------------------ | ------------- |
| [Lock.js](https://github.com/auth0/lock/tree/master)               | Bug Fixes     |
| [Lock.Android v3](https://github.com/auth0/Lock.Android/tree/main) | Bug Fixes     |
| [Lock.Android v2](https://github.com/auth0/Lock.Android/tree/v2)   | Bug Fixes     |
| [Lock for iOS v2](https://github.com/auth0/Lock.swift/tree/master) | Bug Fixes     |

### Auth0 SDKs

| SDK                                                                                                                       | Support Level |
| ------------------------------------------------------------------------------------------------------------------------- | ------------- |
| [Auth0 React](https://github.com/auth0/auth0-react)                                                                       | Supported     |
| [Auth0 Next.js](https://github.com/auth0/nextjs-auth0)                                                                    | Supported     |
| [Auth0 Vue](https://github.com/auth0/auth0-vue)                                                                           | Supported     |
| [Auth0 Nuxt](https://github.com/auth0/auth0-nuxt)                                                                         | Supported     |
| [Auth0 Angular](https://github.com/auth0/auth0-angular)                                                                   | Supported     |
| [Angular Lock](https://github.com/auth0/angular-lock/tree/master)                                                         | Supported     |
| [Auth0 SPA JS](https://github.com/auth0/auth0-spa-js/tree/master)                                                         | Supported     |
| [Auth0.js](https://github.com/auth0/auth0.js/tree/master)                                                                 | Supported     |
| [Auth0 React Native](https://github.com/auth0/react-native-auth0)                                                         | Supported     |
| [Auth0 Flutter](https://github.com/auth0/auth0-flutter)                                                                   | Supported     |
| [Auth0 Android](https://github.com/auth0/Auth0.Android/tree/main)                                                         | Supported     |
| [Auth0 Swift](https://github.com/auth0/Auth0.Swift/tree/master)                                                           | Supported     |
| [Auth0 Node](https://github.com/auth0/node-auth0/tree/master)                                                             | Supported     |
| [Auth0 Auth JS](https://github.com/auth0/auth0-auth-js/tree/main/packages/auth0-auth-js)                                  | Supported     |
| [Auth0 Server JS](https://github.com/auth0/auth0-auth-js/tree/main/packages/auth0-server-js)                              | Supported     |
| [Auth0 API JS](https://github.com/auth0/auth0-auth-js/tree/main/packages/auth0-api-js)                                    | Supported     |
| [Express OpenID Connect](https://github.com/auth0/express-openid-connect)                                                 | Supported     |
| [Express OAuth2 JWT Bearer](https://github.com/auth0/node-oauth2-jwt-bearer/tree/main/packages/express-oauth2-jwt-bearer) | Supported     |
| [Auth0 Fastify](https://github.com/auth0/auth0-fastify/tree/main/packages/auth0-fastify)                                  | Supported     |
| [Auth0 Fastify API](https://github.com/auth0/auth0-fastify/tree/main/packages/auth0-fastify-api)                          | Supported     |
| [Auth0 Hono](https://github.com/auth0/auth0-hono)                                                                         | Supported     |
| [Auth0 Python](https://github.com/auth0/auth0-python/tree/master)                                                         | Supported     |
| [Auth0 Server Python](https://github.com/auth0/auth0-server-python)                                                       | Supported     |
| [Auth0 API Python](https://github.com/auth0/auth0-api-python)                                                             | Supported     |
| [Auth0 .NET](https://github.com/auth0/Auth0.net/tree/master)                                                              | Supported     |
| [Auth0 OIDC Client for .NET](https://github.com/auth0/auth0-oidc-client-net/tree/master)                                  | Supported     |
| [Auth0 ASP.NET Core Authentication](https://github.com/auth0/auth0-aspnetcore-authentication)                             | Supported     |
| [Auth0 ASP.NET Core API](https://github.com/auth0/aspnetcore-api)                                                         | Supported     |
| [Auth0 Java](https://github.com/auth0/Auth0-java/tree/master)                                                             | Supported     |
| [Auth0 Java MVC Common](https://github.com/auth0/auth0-java-mvc-common/tree/master)                                       | Supported     |
| [Auth0 Spring Boot API](https://github.com/auth0/auth0-auth-java)                                                         | Supported     |
| [Auth0 PHP](https://github.com/auth0/auth0-php/tree/master)                                                               | Supported     |
| [Laravel Auth0](https://github.com/auth0/laravel-auth0)                                                                   | Supported     |
| [Go Auth0](https://github.com/auth0/go-auth0)                                                                             | Supported     |
| [Go JWT Middleware](https://github.com/auth0/go-jwt-middleware)                                                           | Supported     |
| [Auth0 Ruby](https://github.com/auth0/ruby-auth0)                                                                         | Supported     |
| [OmniAuth Auth0](https://github.com/auth0/omniauth-auth0)                                                                 | Supported     |
| [JWT Auth Bundle (v3)](https://github.com/auth0/jwt-auth-bundle/tree/3.x.x-dev)                                           | Bug Fixes     |
| [JWT Auth Bundle](https://github.com/auth0/jwt-auth-bundle/tree/master)                                                   | Supported     |
| [Auth0 ACUL JS](https://github.com/auth0/universal-login/blob/master/packages/auth0-acul-js/README.md)                    | Supported     |
| [Auth0 ACUL React](https://github.com/auth0/universal-login/blob/master/packages/auth0-acul-react/README.md)              | Supported     |

### Infrastructure as code

| Tool                                                                               | Support Level |
| ---------------------------------------------------------------------------------- | ------------- |
| [Auth0 Terraform Provider](https://github.com/auth0/terraform-provider-auth0)      | Supported     |
| [Auth0 OpenTofu Provider](https://search.opentofu.org/provider/auth0/auth0/latest) | Supported     |

### Content Management Systems Plugins

| CMS                                                        | Support Level |
| ---------------------------------------------------------- | ------------- |
| [WordPress](https://github.com/auth0/wp-auth0/tree/master) | Supported     |

## Samples

### Native and mobile apps

| Technology                                                                                                          | Support Level |
| ------------------------------------------------------------------------------------------------------------------- | ------------- |
| [iOS / macOS](https://github.com/auth0-samples/auth0-ios-swift-sample/tree/master)                                  | Supported     |
| [Android](https://github.com/auth0-samples/auth0-android-sample/tree/master)                                        | Supported     |
| [React Native](https://github.com/auth0-samples/auth0-react-native-sample/tree/master)                              | Supported     |
| [Expo](https://github.com/auth0-samples/auth0-react-native-sample/tree/master/00-Login-Expo)                        | Supported     |
| [Flutter](https://github.com/auth0-samples/auth0-flutter-samples/tree/main/sample)                                  | Supported     |
| [.NET Android and iOS](https://github.com/auth0-samples/auth0-xamarin-oidc-samples/tree/master/Quickstart/01-Login) | Supported     |
| [MAUI](https://github.com/auth0-samples/auth0-maui-samples/tree/master/Sample)                                      | Supported     |
| [Ionic & Capacitor (Angular)](https://github.com/auth0-samples/auth0-ionic-samples/tree/master/angular)             | Supported     |
| [Ionic & Capacitor (React)](https://github.com/auth0-samples/auth0-ionic-samples/tree/master/react)                 | Supported     |
| [Ionic & Capacitor (Vue)](https://github.com/auth0-samples/auth0-ionic-samples/tree/master/vue)                     | Supported     |
| [UWP](https://github.com/auth0-samples/auth0-uwp-oidc-samples/tree/master/Quickstart/00-Starter-Seed)               | Supported     |
| [WPF / Winforms](https://github.com/auth0-samples/auth0-WinFormsWPF-oidc-samples/tree/master)                       | Supported     |
| [Xamarin](https://github.com/auth0-samples/auth0-xamarin-oidc-samples/tree/master)                                  | Supported     |

### SPAs

| Technology                                                                               | Support Level |
| ---------------------------------------------------------------------------------------- | ------------- |
| [React](https://github.com/auth0-samples/auth0-react-samples/tree/master)                | Supported     |
| [Angular](https://github.com/auth0-samples/auth0-angular-samples/tree/master)            | Supported     |
| [JavaScript](https://github.com/auth0-samples/auth0-javascript-samples/tree/master)      | Supported     |
| [Vue](https://github.com/auth0-samples/auth0-vue-samples/tree/master)                    | Supported     |
| [Flutter (Web)](https://github.com/auth0-samples/auth0-flutter-samples/tree/main/sample) | Supported     |

### Regular web apps

| Technology                                                                                                                        | Support Level |
| --------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| [Next.js](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01)                                              | Supported     |
| [Express](https://github.com/auth0-samples/auth0-express-webapp-sample/tree/master/01-Login)                                      | Supported     |
| [Python](https://github.com/auth0-samples/auth0-python-web-app/tree/master)                                                       | Supported     |
| [Django](https://github.com/auth0-samples/auth0-django-web-app/tree/master)                                                       | Supported     |
| [Go](https://github.com/auth0-samples/auth0-golang-web-app/tree/master)                                                           | Supported     |
| [Java](https://github.com/auth0-samples/auth0-servlet-sample/tree/master)                                                         | Supported     |
| [Java EE](https://github.com/auth0-samples/auth0-java-ee-sample/tree/master)                                                      | Supported     |
| [Java Spring Boot](https://github.com/auth0-samples/auth0-spring-boot-login-samples/tree/master)                                  | Supported     |
| [ASP.NET (OWIN)](https://github.com/auth0-samples/auth0-aspnet-owin-mvc-samples/tree/master)                                      | Supported     |
| [ASP.NET Core Blazor Server](https://github.com/auth0-samples/auth0-aspnetcore-blazor-server-samples/tree/main/Quickstart/Sample) | Supported     |
| [ASP.NET Core MVC](https://github.com/auth0-samples/auth0-aspnetcore-mvc-samples/tree/master/Quickstart/Sample)                   | Supported     |
| [Laravel](https://github.com/auth0-samples/laravel/tree/7.x/sample)                                                               | Supported     |
| [PHP](https://github.com/auth0-samples/auth0-php-web-app/tree/main/app)                                                           | Supported     |
| [Ruby On Rails](https://github.com/auth0-samples/auth0-rubyonrails-sample/tree/master/sample)                                     | Supported     |

### Backends and APIs

| Technology                                                                                                       | Support Level |
| ---------------------------------------------------------------------------------------------------------------- | ------------- |
| [Node.js Express](https://github.com/auth0-samples/auth0-express-api-samples/tree/master/01-Authorization-RS256) | Supported     |
| [Python API](https://github.com/auth0-samples/auth0-python-api-samples/tree/master)                              | Supported     |
| [Spring Boot API](https://github.com/auth0-samples/auth0-spring-security5-api-sample/tree/master)                | Supported     |
| [Go API](https://github.com/auth0-samples/auth0-golang-api-samples/tree/master)                                  | Supported     |
| [ASP.NET Core Web API](https://github.com/auth0-samples/auth0-aspnetcore-webapi-samples/tree/master)             | Supported     |
| [ASP.NET Web API (OWIN)](https://github.com/auth0-samples/auth0-aspnet-owin-webapi-samples/tree/master)          | Supported     |
| [Laravel API](https://github.com/auth0-samples/laravel/tree/7.x/sample)                                          | Supported     |
| [PHP API](https://github.com/auth0-samples/auth0-php-api-samples/tree/main/app)                                  | Supported     |
| [Ruby On Rails API](https://github.com/auth0-samples/auth0-rubyonrails-api-samples/tree/master)                  | Supported     |

## Auth0 Marketplace

| Integration                      | Support Level |
| -------------------------------- | ------------- |
| Integrations maintained by Auth0 | Supported     |
| Third-party custom integrations  | Partner       |

## Extensions

| Extension                                   | Support Level |
| ------------------------------------------- | ------------- |
| Auth0 extensions published to the Dashboard | Sustained     |
| Custom extensions                           | Community     |

Feature requests should be made in the GitHub repository of each extension. Please note there is no commitment from Auth0 to implement requests.

## Learn more

* [Product Lifecycle](/docs/troubleshoot/product-lifecycle)
