react-native-auth0
react-native-auth0 copied to clipboard
React Native toolkit for Auth0 API
### Changes We have provided Credentials Manager support for Android and iOS in React Native. The following methods are added - getCredentials - saveCredentials - hasValidCredentials - clearCredentials We also...
### Changes This PR adds a new hook `useAuth0` (based on Auth0 React's hook of the same name) as an alternative to using the Auth0 class, useful for when using...
### Describe the problem We are currently using the web auth in React native. We noticed that authentication using the same function has different responses which seem to happen after...
### Changes This allows passing all available parameters to the [signup endpoint](https://auth0.com/docs/api/authentication#signup). ### References This resolves #352 ### Testing You can pass additional parameters to the [createUser method](https://auth0.github.io/react-native-auth0/Auth.html#.createUser), such as...
### Describe the problem Hi folks, I upgraded one of my react native project 0.69.3 from 0.68.2 which upgrades react to 18.0.0. Upgrading to React 18 causes peer dependencies mismatch...
### Describe the problem We have a working Android/iOS App which can successfully SSO into the browser using B2C as our IdP. This works for the following scenarios: - Android:...
### Changes Please describe both what is changing and why this is important. Include: - Endpoints added, deleted, deprecated, or changed N/A - none added or changed - Classes and...
### Describe the problem On our Android devices, when you app-switch to get the Auth-code from your Messaging application, when you return to our App, the Auth0 modal dismisses, so...
### Changes - Fix issue passing other configuration options to authorize call - Fix issue where iOS enableLocalAuthentication uses title parameter for all properties instead of the correct paramters -...
Hi, I use react-native-auth0 version 2.13.3. When I log in with a google account, after I choose an account, have a popup showing 'open with ... ' with 2 applications...