Newby Coder header banner

React Native Authentication

Authenticating a user in React Native

Check React Native applications implementing user authentication

There are multiple ways of authenticating, a user from basic authentication to dynamic token generation authentication mechanisms

Facebook Login in React Native app

Facebook Login can be integrated in react native using react-native-fbsdk to provide login functionality to application users via their Facebook account

Platform: Android & iOS

cl-react-native-android-facebook-login1cl-react-native-android-facebook-login2

Check React Native app with Facebook login

Google Sign-in in React Native app

Sign-in with Google feature can be integrated into a React Native application using @react-native-community/google-signin package

Platform: Android & iOS

cl-react-native-android-google-login1cl-react-native-android-google-login2

Check React Native app with Google sign-in

Basic Authentication

Basic Authentication is when raw(or with basic encoding) username and password is sent to the server, typically in its body

Platform: Android & iOS

cl-react-native-basic-authcm-react-native-basic-authentication-as2

Check Bottom Navigation application

Jwt Authentication

JWT is short for Json Web Token, which is a quite popular implementation of authentication

A Json Web Token is a Json string sent from a server to a client(such as mobile app) typically after user login

Platform: Android & iOS

cl-react-native-jwt-authcm-react-native-jwt-authentication-as2

Check Curved Navigation application

Video

Server Authentication using React Native

React Native Tutorial - Create a Login System Application