Skip to content

Releases: auth0/react-native-auth0

v5.2.0

02 Dec 11:23
7b1d1c5

Choose a tag to compare

Added

Fixed

  • fix: fixed spelling for localAuthenticationOptions is incorrect in Au… #1373 (1aishwaryasharma)
  • fix: handle 401 response parsing correctly in userInfo endpoint #1393 (subhankarmaiti)
  • fix: enforce nonnull type for useDPoP parameter in initializeAuth0WithConfiguration method #1388 (subhankarmaiti)

v5.1.0

31 Oct 11:27
bd9454d

Choose a tag to compare

Added

Changed

Fixed

  • Fix: Auto-include openid scope in authentication methods to prevent ID token errors #1369 (subhankarmaiti)
  • fix: TypeScript ESLint unbound-method errors in Auth0 context interface #1368 (subhankarmaiti)
  • Fix: Remove require cycle between index.ts and Auth0Provider.tsx #1367 (subhankarmaiti)
  • fix: add android:autoVerify="true" for Android App Links in Expo plugin #1355 (subhankarmaiti)
  • fix: android intent-filter generation for packages with uppercase letters #1346 (subhankarmaiti)

v5.0.1

03 Oct 10:57
974bad0

Choose a tag to compare

Added

v5.0.0

01 Oct 14:24
410adc7

Choose a tag to compare

💡 Major Refactor: Version 5.0 features a complete architectural overhaul for improved performance, maintainability, and multi-platform extensibility. Check the Migration Guide for detailed upgrade instructions.

⚠️ BREAKING CHANGES

Added

Changed

Fixed

  • modify getCredential signature and get the user after redirect handle for web #1327 (subhankarmaiti)
  • fix: reload and added default redirect url after login for web #1326 (subhankarmaiti)
  • Fix clearSession operation order to prevent premature user state clearing #1309 (subhankarmaiti)
  • fix: concurrent credential storage errors by preventing unnecessary state updates #1302 (subhankarmaiti)
  • fix(android): add pathPrefix to Android manifest for proper App Links functionality #1288 (subhankarmaiti)

Security

v5.0.0-beta.6

16 Sep 04:56
d1f7861

Choose a tag to compare

v5.0.0-beta.6 Pre-release
Pre-release

Fixed

  • fix: concurrent credential storage errors by preventing unnecessary state updates #1302 (subhankarmaiti)

v5.0.0-beta.5

03 Sep 10:57
f6616b5

Choose a tag to compare

v5.0.0-beta.5 Pre-release
Pre-release

Added

Fixed

  • fix(docs): organize exports into namespaces for better typedocs #1269 (subhankarmaiti)
  • fix: add missing clearSession native options #1289 (burriedu2)
  • fix(android): add pathPrefix to Android manifest for proper App Links functionality #1288 (subhankarmaiti)
  • fix(ios): Ensure useSFSafariViewController: true correctly opens SFSafariViewController #1257 (subhankarmaiti)

Security

v5.0.0-beta.4

22 Jul 06:42
2ca550e

Choose a tag to compare

v5.0.0-beta.4 Pre-release
Pre-release

💡 Major Refactor: Version 5.0 features a complete architectural overhaul for improved performance, maintainability, and multi-platform extensibility. Check the Migration Guide for detailed upgrade instructions.

⚠️ BREAKING CHANGES

Added

Changed

Fixed

Security

  • chore: pin prettier-related packages to prevent malicious package installation #1241 (subhankarmaiti)

v5.0.0-beta.3

23 Jun 09:59
8c2f041

Choose a tag to compare

v5.0.0-beta.3 Pre-release
Pre-release

Fixed

v5.0.0-beta.2

13 Jun 09:15
189c238

Choose a tag to compare

v5.0.0-beta.2 Pre-release
Pre-release

Added

  • Ensure Swift 5 compilation for SDK pods to improve Swift 6 compatibility #1203 (subhankarmaiti)

Fixed

v5.0.0-beta.1

14 May 06:48
e9dc10e

Choose a tag to compare

v5.0.0-beta.1 Pre-release
Pre-release

Added

Changed

  • docs: Update setup guide for ios and platform compatibility in README.md #1170 (subhankarmaiti)