Releases: auth0/react-native-auth0
Releases · auth0/react-native-auth0
v5.7.0
Added
- feat: Add My Account API support for managing authentication methods #1552 (subhankarmaiti)
- feat: add passkeys support for signup and signin #1530 (subhankarmaiti)
Fixed
- fix: fixing incorrectly created CHANGELOG.md #1539 (nandan-bhat)
v5.6.0
Changelog
Added
- feat: surface DPoP credential state errors from native SDKs #1529 (@subhankarmaiti)
- feat(android): expose allowedBrowserPackages option for web authentication #1513 (@mrbrentkelly)
Fixed
- fix: apply deepCamelCase to MFA challenge response #1510 (@AkhtarZaman7)
- docs: add Expo callback URL format to README #1522 (@subhankarmaiti)
v5.5.1
Fixed
- fix: remove conflicting broad scheme from MainActivity to prevent Android disambiguation dialog #1514 (subhankarmaiti)
- fix: filter universal link callbacks by Auth0 domain in iOS #1512 (subhankarmaiti)
v5.5.0
Added
- feat: add ssoExchange to Authentication API for Native-to-Web SSO #1494 (subhankarmaiti)
Changed
- cache client instances in Auth0ClientFactory to prevent duplicate state #1506 (subhankarmaiti)
v5.4.1
v5.4.0
Added
- feat: Add Custom Token Exchange support #1433 (subhankarmaiti)
- docs: add troubleshooting guide for social login callback URL issues #1435 (subhankarmaiti)
- feat: Add maxRetries configuration for credential renewal (iOS) #1432 (subhankarmaiti)
v5.3.1
Changed
- chore: update Auth0.swift to 2.16.1 #1428 (subhankarmaiti)
v5.3.0
Added
- feat: complete error code constants implementation #1413 (subhankarmaiti)
- feat: add optional scope parameter to clearApiCredentials #1412 (subhankarmaiti)
- feat: add configurable biometric authentication policies #1411 (subhankarmaiti)
- feat: add AI Agent guidelines for react-native-auth0 SDK #1405 (subhankarmaiti)
- feat: add support for Native to Web SSO #1386 (subhankarmaiti)
- Feat: add exported error code constants #1365 (hugoecken)
Changed
- feat: add Native to Web SSO example and fix iOS implementation #1409 (subhankarmaiti)
Security
- chore: upgrade React Native to 0.83.0 and update dev dependencies #1414 (subhankarmaiti)
v5.2.1
Added
- feat: Add DPoP support for
/userinfoand Management API calls #1398 (subhankarmaiti)
v5.2.0
Added
- feat: add Multi-Resource Refresh Token (MRRT) support #1258 (subhankarmaiti)
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)