react-native-msal-client
This is a simple wrapper around Microsofts MSAL library. it currently only supports iOS
Requirements
- React Native (tested on 0.55)
- Cocoapods
Installation
yarn add react-native-msal-client
Install MSAL with cocoapods
Add the following to the Podfile and run ```pod install``
pod 'MSAL', '0.4.2'
Usage
; const authClient = const clientId = '1ee9299a-9936-4aa9-92c5-b5602ee938d9';const redirectUri = `msal://auth`;const scopes = 'email';const extraQueryParms = ''; authClient ;