react-native-auth0

React Native toolkit for Auth0 API

MIT License

Downloads
182.8K
Stars
466
Committers
50

Bot releases are hidden (Show)

react-native-auth0 - v2.12.0

Published by auth0-oss almost 3 years ago

Added

Fixed

  • Fix: Warning on RN65 while linking from agent.js #441 (poovamraj)
react-native-auth0 - v2.11.0

Published by auth0-oss almost 3 years ago

Changed

react-native-auth0 - v2.10.0

Published by auth0-oss about 3 years ago

Added

Changed

Security

react-native-auth0 - v2.9.0

Published by Widcket over 3 years ago

⚠️ BREAKING CHANGE

  • Fixed authentication restart when the app is minimized [SDK-2199]#350 (Widcket)

The breaking change affects the Android configuration. Previously it was required to add an intent filter in the definition of the Activity that receives the authentication result, and to use the singleTask launchMode in that activity. Now both the intent filter and the launch mode must be removed and instead you need to add a couple of manifest placeholders. Check out the Android section for more details.

react-native-auth0 - v2.8.3

Published by Widcket over 3 years ago

Changed

  • Add React 17 to the package.json semver range #373 (Widcket)
react-native-auth0 - v2.8.2

Published by Widcket over 3 years ago

Fixed

react-native-auth0 - v2.8.1

Published by lbalmaceda over 3 years ago

Full Changelog

Fixed

  • Capture and surface error when browser app is not available [SDK-2224][#363](https://github.co
    m/auth0/react-native-auth0/pull/363) (lbalmaceda)
react-native-auth0 - v2.8.0

Published by lbalmaceda over 3 years ago

Full Changelog

Added

react-native-auth0 - v2.7.0

Published by Widcket almost 4 years ago

Added

  • Added support for using a custom scheme in the callback URL [SDK-2223]#351 (Widcket)
react-native-auth0 - v2.6.0

Published by lbalmaceda about 4 years ago

Full Changelog

Added

Fixed

Security

react-native-auth0 - v2.5.0

Published by lbalmaceda about 4 years ago

This release requires at minimum React Native SDK version 0.62.2. If you need to run it on a different version, check the Compatibility Matrix on the README for reference.

Full Changelog

Added

  • Warn when bundle identifier contains uppercase characters #316 (lbalmaceda)

Security

react-native-auth0 - v2.4.0

Published by lbalmaceda about 4 years ago

Full Changelog

Added

  • Added support for ephemeral sessions [SDK-1412]#305 (Widcket)

Security

react-native-auth0 - v2.3.1

Published by Widcket over 4 years ago

Fixed

Security

react-native-auth0 - v2.3.0

Published by Widcket over 4 years ago

Added

  • Added token exchange for native social endpoint [SDK-1307] #273 (Widcket)
react-native-auth0 - v2.1.1

Published by lbalmaceda over 4 years ago

Full Changelog

Removed

Fixed

Security

react-native-auth0 - v2.2.0

Published by lbalmaceda over 4 years ago

Full Changelog

Added

Changed

  • Refactor RSA verification: Replace jsrsasign with crypto-js #268 (lbalmaceda)
react-native-auth0 - v2.1.0

Published by lbalmaceda almost 5 years ago

Full Changelog

Security

react-native-auth0 - v2.0.0

Published by lbalmaceda about 5 years ago

This is a major release that supports CocoaPods and Android X.

It requires at minimum React Native SDK version 0.60.5. If you need to run it on a different version, check the Compatibility Matrix on the README for reference.

Migration notes:

  • Install the SDK with yarn add react-native-auth0 or npm npm install react-native-auth0 --save.
  • Install the Pod for the iOS native module. Change into the ios directory of your application and run pod install.

Every iOS application after React Native SDK version 0.60.0 has a podfile file. If yours doesn't, please check the documentation on how to generate a valid one.

Full Changelog

react-native-auth0 - v1.6.0

Published by lbalmaceda about 5 years ago

Full Changelog

Added

react-native-auth0 - v1.5.0

Published by lbalmaceda over 5 years ago

Full Changelog

Changed

  • Enable WebAuth Logout for Android & Fix iOS Logout. #223 (lbalmaceda)

Fixed

  • Fix error handling by using authentication error class #228 (lbalmaceda)