Releases: auth0/react-native-auth0
Releases · auth0/react-native-auth0
v3.0.0-beta.2
v3.0.0-beta.2 (2023-07-10)
💡 Check the Migration Guide to understand the changes required to migrate your application to v3.
Added
- Credentials are returned as part of authorize methods in hooks
- Added sample app in the repository
- Expo plugin is updated to latest version
- Added 'openid profile email' as mandatory scopes
- Option to
forceRefreshis added ingetCredentials - Added
hasValidCredentialsto hooks - More options to authorize using Hooks
authorizeWithSMSauthorizeWithEmailauthorizeWithOOBauthorizeWithOTPauthorizeWithRecoveryCode
Changed
- Custom Scheme is now optional in Expo
- Migrated the codebase to Typescript
- Use Native SDKs (Auth0.Android and Auth0.Swift) for Web Authentication
Credentialsobject in Android will returnexpiresIninstead ofexpiresAtmax_ageparameter is changed tomaxAgeinWebAuth.authorize()customSchemeis now part ofClearSessionOptionsinstead ofClearSessionParametersinclearSession- Minimum supported version for iOS is bumped to 13
- Revoke Token and Change Password now return
voidinstead of an empty object
Removed
- Removed the
typeproperty returned in theCredentialsobject in Android. UsetokenTypeinstead. skipLegacyListenerhas been removed inauthorizeandclearSession
Supported Versions
- Minimum supported version for iOS is bumped to 13
- Minimum supported version for Expo is bumped to 48
v2.17.4
v2.17.3
v2.17.2
v2.17.1
v2.17.0
Added
- Allow additional options for authorize and support custom LAPolicy #526 (chrismcleod)
- Initialized flag on useAuth0 hook #561 (cranberyxl)
Fixed
Security
v2.16.0
v2.15.0
v2.14.1
v2.14.0
v2.14.0 (2022-10-07)
📣 Major improvements now generally available
This release brings the much requested features to the React Native Auth0 SDK:
- Support for Expo #424 (sdacunha)
- Built-in Secure Credentials Manager #501 (poovamraj)
- Support for React Hooks #500 (stevehobbsdev)
Added
- Add remaining fields for signing up a user #498 (travisobregon)
Changed
- Default scopes for authorize call (hooks only) #522 (stevehobbsdev)