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 - v3.1.0

Published by poovamraj 11 months ago

Added

Fixed

react-native-auth0 - v3.0.2

Published by auth0-oss about 1 year ago

Fixed

Security

react-native-auth0 - v3.0.1

Published by auth0-oss about 1 year ago

Fixed

  • Make authorize and clearSession parameters optional #701 (poovamraj)

Security

react-native-auth0 - v3.0.0

Published by auth0-oss about 1 year ago

v3.0.0 (2023-08-10)

Full Changelog

💡 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
  • Support for organizations name in login
  • Added sample app in the repository
  • Expo plugin is updated to latest version
  • Added 'openid profile email' as mandatory scopes
  • Option to forceRefresh is added in getCredentials
  • Added hasValidCredentials to hooks
  • More options to authorize using Hooks
    • authorizeWithSMS
    • authorizeWithEmail
    • authorizeWithOOB
    • authorizeWithOTP
    • authorizeWithRecoveryCode

Changed

  • Custom Scheme is now optional in Expo
  • Migrated the codebase to Typescript
  • Use Native SDKs (Auth0.Android and Auth0.Swift) for Web Authentication
  • Credentials object in Android will return expiresIn instead of expiresAt
  • max_age parameter is changed to maxAge in WebAuth.authorize()
  • customScheme is now part of ClearSessionOptions instead of ClearSessionParameters in clearSession
  • Minimum supported version for iOS is bumped to 13
  • Revoke Token and Change Password now return void instead of an empty object

Removed

  • Removed the type property returned in the Credentials object in Android. Use tokenType instead.
  • skipLegacyListener has been removed in authorize and clearSession

Security

react-native-auth0 - v3.0.0-beta.3

Published by auth0-oss over 1 year ago

v3.0.0-beta.3 (2023-07-11)

Full Changelog

Added

react-native-auth0 - v3.0.0-beta.2

Published by auth0-oss over 1 year ago

v3.0.0-beta.2 (2023-07-10)

Full Changelog

💡 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 forceRefresh is added in getCredentials
  • Added hasValidCredentials to hooks
  • More options to authorize using Hooks
  • authorizeWithSMS
  • authorizeWithEmail
  • authorizeWithOOB
  • authorizeWithOTP
  • authorizeWithRecoveryCode

Changed

  • Custom Scheme is now optional in Expo
  • Migrated the codebase to Typescript
  • Use Native SDKs (Auth0.Android and Auth0.Swift) for Web Authentication
  • Credentials object in Android will return expiresIn instead of expiresAt
  • max_age parameter is changed to maxAge in WebAuth.authorize()
  • customScheme is now part of ClearSessionOptions instead of ClearSessionParameters in clearSession
  • Minimum supported version for iOS is bumped to 13
  • Revoke Token and Change Password now return void instead of an empty object

Removed

  • Removed the type property returned in the Credentials object in Android. Use tokenType instead.
  • skipLegacyListener has been removed in authorize and clearSession

Supported Versions

  • Minimum supported version for iOS is bumped to 13
  • Minimum supported version for Expo is bumped to 48
react-native-auth0 - v2.17.4

Published by auth0-oss over 1 year ago

Fixed

react-native-auth0 - v2.17.3

Published by auth0-oss over 1 year ago

Fixed

react-native-auth0 - v2.17.2

Published by auth0-oss over 1 year ago

Added

Fixed

react-native-auth0 - v2.17.1

Published by auth0-oss over 1 year ago

Fixed

react-native-auth0 - v2.17.0

Published by auth0-oss over 1 year ago

Added

Fixed

Security

react-native-auth0 - v2.16.0

Published by auth0-oss almost 2 years ago

Added

Fixed

react-native-auth0 - v2.15.0

Published by auth0-oss almost 2 years ago

Added

Fixed

react-native-auth0 - v2.14.1

Published by auth0-oss about 2 years ago

Fixed

react-native-auth0 - v2.14.0

Published by auth0-oss about 2 years ago

v2.14.0 (2022-10-07)

📣 Major improvements now generally available

This release brings the much requested features to the React Native Auth0 SDK:

Full Changelog

Added

Changed

react-native-auth0 - 2.14.0-fa.0

Published by poovamraj about 2 years ago

Full Changelog

Added

Changed

react-native-auth0 - v2.13.3

Published by auth0-oss over 2 years ago

Fixed

react-native-auth0 - v2.13.2

Published by auth0-oss over 2 years ago

Fixed

Security

react-native-auth0 - v2.13.1

Published by auth0-oss over 2 years ago

Changed

  • [Snyk] Security upgrade crypto-js from 3.3.0 to 4.0.0 #457 (snyk-bot)

Fixed

react-native-auth0 - v2.13.0

Published by auth0-oss over 2 years ago

Added

  • #409 Implement timeout support to networking Client #423 (mnylen)

Fixed