1.0.3 • Published 11 months ago
react-native-custom-microsoftlogin v1.0.3
React Native Microsoft Login
A simple and secure way to integrate Microsoft authentication into your React Native app.
Installation
Install the package using npm or yarn:
npm install react-native-microsoftlogin
# or
yarn add react-native-microsoftlogin
Mandatory Props
The following props are required for Microsoft authentication:
clientId: The unique identifier for your application registered in Azure AD.
redirectUri: The URI to redirect users after authentication.
tenant: The Azure Active Directory tenant ID.