releases.shpreview
Auth0/Auth0 Changelog

Auth0 Changelog

$npx -y @buildinternet/releases show auth0-changelog
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases219Avg67/moVersionsv202547 → v202614
Feb 26, 2026

We are excited to announce that Actions Modules is now available in Early Access.

This feature allows you to create, manage, and share reusable code across different Actions within your Auth0 Tenant.

Early Access functionality includes:

  • Simplified Code Management: Reduce code duplication and improve organization by writing common logic once and importing it into any Action where it is needed. This makes your Actions easier to maintain and update.
  • Improved Performance: Move expensive initialization work into a module that can be reused across multiple Actions. This avoids re-running the same setup code in every execution.
  • Cross-trigger Access: Actions Modules become available for every Action Trigger type.
  • Independent Secrets and Dependencies: Actions Modules have independent secrets and dependencies from Actions.
  • Docs: Actions Modules

We are excited to announce that Actions Modules is now available in Early Access.

This feature allows you to create, manage, and share reusable code across different Actions within your Auth0 Tenant.

Early Access functionality includes:

  • Simplified Code Management: Reduce code duplication and improve organization by writing common logic once and importing it into any Action where it is needed. This makes your Actions easier to maintain and update.
  • Improved Performance: Move expensive initialization work into a module that can be reused across multiple Actions. This avoids re-running the same setup code in every execution.
  • Cross-trigger Access: Actions Modules become available for every Action Trigger type.
  • Independent Secrets and Dependencies: Actions Modules have independent secrets and dependencies from Actions.
  • Docs: Actions Modules

We are excited to announce that Actions Modules is now available in Early Access.

This feature allows you to create, manage, and share reusable code across different Actions within your Auth0 Tenant.

Early Access functionality includes:

  • Simplified Code Management: Reduce code duplication and improve organization by writing common logic once and importing it into any Action where it is needed. This makes your Actions easier to maintain and update.
  • Improved Performance: Move expensive initialization work into a module that can be reused across multiple Actions. This avoids re-running the same setup code in every execution.
  • Cross-trigger Access: Actions Modules become available for every Action Trigger type.
  • Independent Secrets and Dependencies: Actions Modules have independent secrets and dependencies from Actions.
  • Docs: Actions Modules

We are excited to announce that Actions Modules is now available in Early Access.

This feature allows you to create, manage, and share reusable code across different Actions within your Auth0 Tenant.

Early Access functionality includes:

  • Simplified Code Management: Reduce code duplication and improve organization by writing common logic once and importing it into any Action where it is needed. This makes your Actions easier to maintain and update.
  • Improved Performance: Move expensive initialization work into a module that can be reused across multiple Actions. This avoids re-running the same setup code in every execution.
  • Cross-trigger Access: Actions Modules become available for every Action Trigger type.
  • Independent Secrets and Dependencies: Actions Modules have independent secrets and dependencies from Actions.
  • Docs: Actions Modules

We are excited to announce that Actions Modules is now available in Early Access.

This feature allows you to create, manage, and share reusable code across different Actions within your Auth0 Tenant.

Early Access functionality includes:

  • Simplified Code Management: Reduce code duplication and improve organization by writing common logic once and importing it into any Action where it is needed. This makes your Actions easier to maintain and update.
  • Improved Performance: Move expensive initialization work into a module that can be reused across multiple Actions. This avoids re-running the same setup code in every execution.
  • Cross-trigger Access: Actions Modules become available for every Action Trigger type.
  • Independent Secrets and Dependencies: Actions Modules have independent secrets and dependencies from Actions.
  • Docs: Actions Modules
Feb 25, 2026

Description

Native to Web SSO enables seamless single sign-on from native mobile applications to web applications. Users authenticated in a native mobile app can now transition to web content without re-authenticating, providing a frictionless cross-platform experience.

What's New in GA

Building on the Early Access release, GA includes the following enhancements:

  • Auth0 Dashboard Support: Configure Native to Web SSO directly from the Auth0 Dashboard, no longer limited to Management API configuration
  • Refresh Token Metadata in Actions: Access parent refresh token metadata within Session Transfer Actions, enabling richer context for customization and security decisions during the session transfer flow
  • Step-up Authentication Support: Trigger MFA challenges during the Native to Web SSO flow for enhanced security when accessing sensitive web content
  • React Native SDK Support: Native to Web SSO is now available in the Auth0 React Native SDK, supporting both Hooks (useAuth0) and class-based approaches
  • Organizations Support: Use Native to Web SSO with Auth0 Organizations to maintain organization context when transferring sessions from native to web
  • Web SDK Integration Examples: New code examples for Auth0 SPA SDK (@auth0/auth0-spa-js) and Auth0 React SDK (@auth0/auth0-react) for receiving session transfer tokens in web applications
  • Enhanced Monitoring & Troubleshooting: Comprehensive warning log events help developers troubleshoot session transfer validation failures

Core Features

  • Session Transfer Tokens (STT): Native apps can request a secure, short-lived token to transfer the authenticated session to web applications
  • Seamless Web Session Creation: Exchange STT for a web session without user interaction
  • Cross-Platform SSO: Maintain authentication state when moving between native and web contexts
  • Session Transfer Actions: Customize the session transfer flow with Auth0 Actions

How It Works

  1. User authenticates in the native mobile app using Auth0
  2. Native app requests a Session Transfer Token via the Authentication API
  3. When opening web content (WebView or browser), the STT is included in the authorization request
  4. Auth0 validates the STT and creates a web session
  5. User is automatically authenticated in the web application

Benefits

  • Improved User Experience: Eliminate re-authentication friction when moving from native to web
  • Enhanced Security: STTs are short-lived, single-use, and bound to the original session
  • Easy Integration: Works with existing Auth0 mobile SDKs (iOS, Android, React Native)

Getting Started

Availability

This feature is now generally available for all Auth0 Enterprise customers.

Description

Native to Web SSO enables seamless single sign-on from native mobile applications to web applications. Users authenticated in a native mobile app can now transition to web content without re-authenticating, providing a frictionless cross-platform experience.

What's New in GA

Building on the Early Access release, GA includes the following enhancements:

  • Auth0 Dashboard Support: Configure Native to Web SSO directly from the Auth0 Dashboard, no longer limited to Management API configuration
  • Refresh Token Metadata in Actions: Access parent refresh token metadata within Session Transfer Actions, enabling richer context for customization and security decisions during the session transfer flow
  • Step-up Authentication Support: Trigger MFA challenges during the Native to Web SSO flow for enhanced security when accessing sensitive web content
  • React Native SDK Support: Native to Web SSO is now available in the Auth0 React Native SDK, supporting both Hooks (useAuth0) and class-based approaches
  • Organizations Support: Use Native to Web SSO with Auth0 Organizations to maintain organization context when transferring sessions from native to web
  • Web SDK Integration Examples: New code examples for Auth0 SPA SDK (@auth0/auth0-spa-js) and Auth0 React SDK (@auth0/auth0-react) for receiving session transfer tokens in web applications
  • Enhanced Monitoring & Troubleshooting: Comprehensive warning log events help developers troubleshoot session transfer validation failures

Core Features

  • Session Transfer Tokens (STT): Native apps can request a secure, short-lived token to transfer the authenticated session to web applications
  • Seamless Web Session Creation: Exchange STT for a web session without user interaction
  • Cross-Platform SSO: Maintain authentication state when moving between native and web contexts
  • Session Transfer Actions: Customize the session transfer flow with Auth0 Actions

How It Works

  1. User authenticates in the native mobile app using Auth0
  2. Native app requests a Session Transfer Token via the Authentication API
  3. When opening web content (WebView or browser), the STT is included in the authorization request
  4. Auth0 validates the STT and creates a web session
  5. User is automatically authenticated in the web application

Benefits

  • Improved User Experience: Eliminate re-authentication friction when moving from native to web
  • Enhanced Security: STTs are short-lived, single-use, and bound to the original session
  • Easy Integration: Works with existing Auth0 mobile SDKs (iOS, Android, React Native)

Getting Started

Availability

This feature is now generally available for all Auth0 Enterprise customers.

Description

Native to Web SSO enables seamless single sign-on from native mobile applications to web applications. Users authenticated in a native mobile app can now transition to web content without re-authenticating, providing a frictionless cross-platform experience.

What's New in GA

Building on the Early Access release, GA includes the following enhancements:

  • Auth0 Dashboard Support: Configure Native to Web SSO directly from the Auth0 Dashboard, no longer limited to Management API configuration
  • Refresh Token Metadata in Actions: Access parent refresh token metadata within Session Transfer Actions, enabling richer context for customization and security decisions during the session transfer flow
  • Step-up Authentication Support: Trigger MFA challenges during the Native to Web SSO flow for enhanced security when accessing sensitive web content
  • React Native SDK Support: Native to Web SSO is now available in the Auth0 React Native SDK, supporting both Hooks (useAuth0) and class-based approaches
  • Organizations Support: Use Native to Web SSO with Auth0 Organizations to maintain organization context when transferring sessions from native to web
  • Web SDK Integration Examples: New code examples for Auth0 SPA SDK (@auth0/auth0-spa-js) and Auth0 React SDK (@auth0/auth0-react) for receiving session transfer tokens in web applications
  • Enhanced Monitoring & Troubleshooting: Comprehensive warning log events help developers troubleshoot session transfer validation failures

Core Features

  • Session Transfer Tokens (STT): Native apps can request a secure, short-lived token to transfer the authenticated session to web applications
  • Seamless Web Session Creation: Exchange STT for a web session without user interaction
  • Cross-Platform SSO: Maintain authentication state when moving between native and web contexts
  • Session Transfer Actions: Customize the session transfer flow with Auth0 Actions

How It Works

  1. User authenticates in the native mobile app using Auth0
  2. Native app requests a Session Transfer Token via the Authentication API
  3. When opening web content (WebView or browser), the STT is included in the authorization request
  4. Auth0 validates the STT and creates a web session
  5. User is automatically authenticated in the web application

Benefits

  • Improved User Experience: Eliminate re-authentication friction when moving from native to web
  • Enhanced Security: STTs are short-lived, single-use, and bound to the original session
  • Easy Integration: Works with existing Auth0 mobile SDKs (iOS, Android, React Native)

Getting Started

Availability

This feature is now generally available for all Auth0 Enterprise customers.

Description

Native to Web SSO enables seamless single sign-on from native mobile applications to web applications. Users authenticated in a native mobile app can now transition to web content without re-authenticating, providing a frictionless cross-platform experience.

What's New in GA

Building on the Early Access release, GA includes the following enhancements:

  • Auth0 Dashboard Support: Configure Native to Web SSO directly from the Auth0 Dashboard, no longer limited to Management API configuration
  • Refresh Token Metadata in Actions: Access parent refresh token metadata within Session Transfer Actions, enabling richer context for customization and security decisions during the session transfer flow
  • Step-up Authentication Support: Trigger MFA challenges during the Native to Web SSO flow for enhanced security when accessing sensitive web content
  • React Native SDK Support: Native to Web SSO is now available in the Auth0 React Native SDK, supporting both Hooks (useAuth0) and class-based approaches
  • Organizations Support: Use Native to Web SSO with Auth0 Organizations to maintain organization context when transferring sessions from native to web
  • Web SDK Integration Examples: New code examples for Auth0 SPA SDK (@auth0/auth0-spa-js) and Auth0 React SDK (@auth0/auth0-react) for receiving session transfer tokens in web applications
  • Enhanced Monitoring & Troubleshooting: Comprehensive warning log events help developers troubleshoot session transfer validation failures

Core Features

  • Session Transfer Tokens (STT): Native apps can request a secure, short-lived token to transfer the authenticated session to web applications
  • Seamless Web Session Creation: Exchange STT for a web session without user interaction
  • Cross-Platform SSO: Maintain authentication state when moving between native and web contexts
  • Session Transfer Actions: Customize the session transfer flow with Auth0 Actions

How It Works

  1. User authenticates in the native mobile app using Auth0
  2. Native app requests a Session Transfer Token via the Authentication API
  3. When opening web content (WebView or browser), the STT is included in the authorization request
  4. Auth0 validates the STT and creates a web session
  5. User is automatically authenticated in the web application

Benefits

  • Improved User Experience: Eliminate re-authentication friction when moving from native to web
  • Enhanced Security: STTs are short-lived, single-use, and bound to the original session
  • Easy Integration: Works with existing Auth0 mobile SDKs (iOS, Android, React Native)

Getting Started

Availability

This feature is now generally available for all Auth0 Enterprise customers.

Description

Native to Web SSO enables seamless single sign-on from native mobile applications to web applications. Users authenticated in a native mobile app can now transition to web content without re-authenticating, providing a frictionless cross-platform experience.

What's New in GA

Building on the Early Access release, GA includes the following enhancements:

  • Auth0 Dashboard Support: Configure Native to Web SSO directly from the Auth0 Dashboard, no longer limited to Management API configuration
  • Refresh Token Metadata in Actions: Access parent refresh token metadata within Session Transfer Actions, enabling richer context for customization and security decisions during the session transfer flow
  • Step-up Authentication Support: Trigger MFA challenges during the Native to Web SSO flow for enhanced security when accessing sensitive web content
  • React Native SDK Support: Native to Web SSO is now available in the Auth0 React Native SDK, supporting both Hooks (useAuth0) and class-based approaches
  • Organizations Support: Use Native to Web SSO with Auth0 Organizations to maintain organization context when transferring sessions from native to web
  • Web SDK Integration Examples: New code examples for Auth0 SPA SDK (@auth0/auth0-spa-js) and Auth0 React SDK (@auth0/auth0-react) for receiving session transfer tokens in web applications
  • Enhanced Monitoring & Troubleshooting: Comprehensive warning log events help developers troubleshoot session transfer validation failures

Core Features

  • Session Transfer Tokens (STT): Native apps can request a secure, short-lived token to transfer the authenticated session to web applications
  • Seamless Web Session Creation: Exchange STT for a web session without user interaction
  • Cross-Platform SSO: Maintain authentication state when moving between native and web contexts
  • Session Transfer Actions: Customize the session transfer flow with Auth0 Actions

How It Works

  1. User authenticates in the native mobile app using Auth0
  2. Native app requests a Session Transfer Token via the Authentication API
  3. When opening web content (WebView or browser), the STT is included in the authorization request
  4. Auth0 validates the STT and creates a web session
  5. User is automatically authenticated in the web application

Benefits

  • Improved User Experience: Eliminate re-authentication friction when moving from native to web
  • Enhanced Security: STTs are short-lived, single-use, and bound to the original session
  • Easy Integration: Works with existing Auth0 mobile SDKs (iOS, Android, React Native)

Getting Started

Availability

This feature is now generally available for all Auth0 Enterprise customers.

Actions - Modules - EA

Actions Modules is now available in Early Access. This feature allows you to create, manage, and share reusable code across different Actions within your Auth0 Tenant.

Key capabilities:

  • Simplified Code Management: Reduce code duplication by writing common logic once and importing it into any Action
  • Improved Performance: Move expensive initialization work into modules reusable across multiple Actions
  • Cross-trigger Access: Actions Modules available for every Action Trigger type
  • Independent Secrets and Dependencies: Modules have independent secrets and dependencies from Actions
Feb 19, 2026

We’ve expanded our Self-Service SSO capabilities with two new, highly-requested IdP templates for Okta SAML and Auth0 SAML. This update streamlines the configuration process for your enterprise customers, enabling faster, more reliable SSO integration.

Guided, Step-by-Step Configuration

Previously, setting up connections for providers like Okta SAML required using a generic template. Now, your customers will get a purpose-built, guided experience. Our new templates provide detailed, step-by-step instructions with screenshots specific to each IdP, reducing complexity and eliminating guesswork for your customers' IT teams.

Key Enhancements:

  • New Templates: A dedicated guide for customers who use Okta or Auth0 as their identity provider, making one of the most common connection types easier than ever.
  • Reduced Support Load: By making the process more intuitive for your customers, we help reduce your team's support burden and speed up your enterprise onboarding flow.

Learn more about Self-Service SSO in the product documentation.

We’ve expanded our Self-Service SSO capabilities with two new, highly-requested IdP templates for Okta SAML and Auth0 SAML. This update streamlines the configuration process for your enterprise customers, enabling faster, more reliable SSO integration.

Guided, Step-by-Step Configuration

Previously, setting up connections for providers like Okta SAML required using a generic template. Now, your customers will get a purpose-built, guided experience. Our new templates provide detailed, step-by-step instructions with screenshots specific to each IdP, reducing complexity and eliminating guesswork for your customers' IT teams.

Key Enhancements:

  • New Templates: A dedicated guide for customers who use Okta or Auth0 as their identity provider, making one of the most common connection types easier than ever.
  • Reduced Support Load: By making the process more intuitive for your customers, we help reduce your team's support burden and speed up your enterprise onboarding flow.

Learn more about Self-Service SSO in the product documentation.

We’ve expanded our Self-Service SSO capabilities with two new, highly-requested IdP templates for Okta SAML and Auth0 SAML. This update streamlines the configuration process for your enterprise customers, enabling faster, more reliable SSO integration.

Guided, Step-by-Step Configuration

Previously, setting up connections for providers like Okta SAML required using a generic template. Now, your customers will get a purpose-built, guided experience. Our new templates provide detailed, step-by-step instructions with screenshots specific to each IdP, reducing complexity and eliminating guesswork for your customers' IT teams.

Key Enhancements:

  • New Templates: A dedicated guide for customers who use Okta or Auth0 as their identity provider, making one of the most common connection types easier than ever.
  • Reduced Support Load: By making the process more intuitive for your customers, we help reduce your team's support burden and speed up your enterprise onboarding flow.

Learn more about Self-Service SSO in the product documentation.

We’ve expanded our Self-Service SSO capabilities with two new, highly-requested IdP templates for Okta SAML and Auth0 SAML. This update streamlines the configuration process for your enterprise customers, enabling faster, more reliable SSO integration.

Guided, Step-by-Step Configuration

Previously, setting up connections for providers like Okta SAML required using a generic template. Now, your customers will get a purpose-built, guided experience. Our new templates provide detailed, step-by-step instructions with screenshots specific to each IdP, reducing complexity and eliminating guesswork for your customers' IT teams.

Key Enhancements:

  • New Templates: A dedicated guide for customers who use Okta or Auth0 as their identity provider, making one of the most common connection types easier than ever.
  • Reduced Support Load: By making the process more intuitive for your customers, we help reduce your team's support burden and speed up your enterprise onboarding flow.

Learn more about Self-Service SSO in the product documentation.

We’ve expanded our Self-Service SSO capabilities with two new, highly-requested IdP templates for Okta SAML and Auth0 SAML. This update streamlines the configuration process for your enterprise customers, enabling faster, more reliable SSO integration.

Guided, Step-by-Step Configuration

Previously, setting up connections for providers like Okta SAML required using a generic template. Now, your customers will get a purpose-built, guided experience. Our new templates provide detailed, step-by-step instructions with screenshots specific to each IdP, reducing complexity and eliminating guesswork for your customers' IT teams.

Key Enhancements:

  • New Templates: A dedicated guide for customers who use Okta or Auth0 as their identity provider, making one of the most common connection types easier than ever.
  • Reduced Support Load: By making the process more intuitive for your customers, we help reduce your team's support burden and speed up your enterprise onboarding flow.

Learn more about Self-Service SSO in the product documentation.

Native to Web SSO is now Generally Available

Native to Web SSO enables seamless single sign-on from native mobile applications to web applications without re-authentication.

GA Enhancements:

  • Auth0 Dashboard Support for direct configuration
  • Refresh Token Metadata in Actions for parent refresh token context
  • Step-up Authentication Support for MFA challenges during session transfer
  • React Native SDK Support with Hooks and class-based approaches
  • Organizations Support for maintaining organization context
  • Web SDK Integration Examples for SPA and React SDKs
  • Enhanced Monitoring & Troubleshooting with comprehensive warning logs

Core Features:

  • Session Transfer Tokens (STT) for secure session transfer
  • Seamless web session creation without user interaction
  • Cross-platform SSO maintenance
  • Customizable Session Transfer Actions

General availability for all Auth0 Enterprise customers.

Feb 17, 2026

We’re excited to announce that we added Flows Auth0 Send SMS and Auth0 Make Call Actions!

This new feature allows you to send phone messages from Flows using the customized Phone Provider at your Auth0 Tenant.

What's new:

We’re excited to announce that we added Flows Auth0 Send SMS and Auth0 Make Call Actions!

This new feature allows you to send phone messages from Flows using the customized Phone Provider at your Auth0 Tenant.

What's new:

We’re excited to announce that we added Flows Auth0 Send SMS and Auth0 Make Call Actions!

This new feature allows you to send phone messages from Flows using the customized Phone Provider at your Auth0 Tenant.

What's new:

Latest
Apr 17, 2026
Tracking Since
Sep 25, 2024
Last fetched Apr 18, 2026