Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

expo-app-auth

expo3.2kMITdeprecated12.0.0TypeScript support: included

Please migrate to expo-auth-session

Deprecated Expo module for interfacing with the OpenID library AppAuth

readme

expo-app-auth

Source code for the deprecated expo-app-auth package.

Expo App Auth API provided native bindings to the iOS and Android libraries named AppAuth-iOS and AppAuth-Android respectively. Due to the nature of authentication, developer needs are often changing and require many small compromises. To account for this, we created a more flexible package expo-auth-session which implements the OAuth spec in TypeScript, utilizing native primitives like expo-crypto for PKCE, expo-linking for redirecting back to the app, expo-web-browser for secure web authentication, etc.

changelog

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

12.0.0 - 2022-03-04

🛠 Breaking changes

  • This package (expo-app-auth) has been fully deprecated in favor of expo-auth-session. (#2 by @EvanBacon)

🎉 New features

🐛 Bug fixes

💡 Others

11.1.1 - 2022-02-01

🐛 Bug fixes

  • Fix Plugin with id 'maven' not found build error from Android Gradle 7. (#16080 by @kudo)

11.1.0 — 2021-12-03

💡 Others

11.0.1 — 2021-10-01

This version does not introduce any user-facing changes.

11.0.0 — 2021-09-28

🛠 Breaking changes

🐛 Bug fixes

  • Fix building errors from use_frameworks! in Podfile. (#14523 by @kudo)

💡 Others

10.2.0 — 2021-06-16

🐛 Bug fixes

💡 Others

  • Migrated constants interface from unimodules-constants-interface to expo-modules-core. (#12876 by @tsapeta)
  • Build Android code using Java 8 to fix Android instrumented test build error. (#12939 by @kudo)

10.1.2 — 2021-04-13

This version does not introduce any user-facing changes.

10.1.1 — 2021-04-01

🐛 Bug fixes

10.1.0 — 2021-03-10

🎉 New features

  • Converted plugin to TypeScript. (#11715 by @EvanBacon)
  • Updated Android build configuration to target Android 11 (added support for Android SDK 30). (#11647 by @bbarthec)

🐛 Bug fixes

  • Remove peerDependencies and unimodulePeerDependencies from Expo modules. (#11980 by @brentvatne)

10.0.0 — 2021-01-15

🛠 Breaking changes

🎉 New features

9.3.0 — 2020-11-17

This version does not introduce any user-facing changes.

9.2.0 — 2020-08-18

🎉 New features

  • Change unimodulePeerDependencies to peerDependencies
  • Remove fbjs dependency

9.1.1 — 2020-05-29

This version does not introduce any user-facing changes.

9.1.0 — 2020-05-27

This version does not introduce any user-facing changes.