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.