Learn about setting up authentication in your Expo project.
Expo can be used to login to many popular providers on iOS, Android, and web. expo-auth-session
package allows browser-based authentication (using OAuth or OpenID Connect) to your project for Android, iOS, and the web. This guide provides steps on configuring and using the API with Google and a development build.
expo-auth-session is the easiest way to add web browser-based authentication (for example, browser-based OAuth flows) to your app.
A guide on setting up and using Google authentication with expo-auth-session in your Expo app.
A guide on setting up and using Facebook authentication with AuthSession API in your Expo app.
expo-apple-authentication provides Apple authentication for iOS 13+.
A collection of implementing web-based authentication in your Expo app using AuthSession API and other OAuth providers.