You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
💡 Check the [Migration Guide](MIGRATION_GUIDE.md) to understand the changes required to migrate your application to v3.
8
+
9
+
**Added**
10
+
11
+
- Credentials are returned as part of authorize methods in hooks
12
+
- Support for organizations name in login
13
+
- Added sample app in the repository
14
+
- Expo plugin is updated to latest version
15
+
- Added 'openid profile email' as mandatory scopes
16
+
- Option to `forceRefresh` is added in `getCredentials`
17
+
- Added `hasValidCredentials` to hooks
18
+
- More options to authorize using Hooks
19
+
-`authorizeWithSMS`
20
+
-`authorizeWithEmail`
21
+
-`authorizeWithOOB`
22
+
-`authorizeWithOTP`
23
+
-`authorizeWithRecoveryCode`
24
+
25
+
**Changed**
26
+
27
+
- Custom Scheme is now optional in Expo
28
+
- Migrated the codebase to Typescript
29
+
- Use Native SDKs ([Auth0.Android](https://github.com/auth0/Auth0.Android/) and [Auth0.Swift](https://github.com/auth0/Auth0.Swift)) for Web Authentication
30
+
-`Credentials` object in Android will return `expiresIn` instead of `expiresAt`
31
+
-`max_age` parameter is changed to `maxAge` in `WebAuth.authorize()`
32
+
-`customScheme` is now part of `ClearSessionOptions` instead of `ClearSessionParameters` in `clearSession`
33
+
- Minimum supported version for iOS is bumped to 13
34
+
- Revoke Token and Change Password now return `void` instead of an empty object
35
+
36
+
**Removed**
37
+
38
+
- Removed the `type` property returned in the `Credentials` object in Android. Use `tokenType` instead.
39
+
-`skipLegacyListener` has been removed in `authorize` and `clearSession`
40
+
41
+
**Security**
42
+
43
+
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 [\#682](https://github.com/auth0/react-native-auth0/pull/682) ([dependabot[bot]](https://github.com/apps/dependabot))
44
+
- chore: Expand `.semgrepignore` exclusions to tests [\#679](https://github.com/auth0/react-native-auth0/pull/679) ([evansims](https://github.com/evansims))
45
+
- chore(deps-dev): bump semver from 6.3.0 to 7.5.2 [\#657](https://github.com/auth0/react-native-auth0/pull/657) ([dependabot[bot]](https://github.com/apps/dependabot))
| Exciting news! We have just released React Native Auth0 v3 BETA, packed with powerful features and improvements. [Check out the release for more details](https://github.com/auth0/react-native-auth0/releases/tag/v3.0.0-beta.2)|
0 commit comments