Package Exports
- expo-app-auth
- expo-app-auth/build/AppAuth.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (expo-app-auth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.
- Documentation: SDK 44 AppAuth.