Open
Description
Core Library
MSAL.js v2 (@azure/msal-browser)
Wrapper Library
MSAL React (@azure/msal-react)
Description
Currently we only have this POC library for MSAL react native. As mentioned in that article, this POC library is not intended to use in production.
We also found two compatible libraries in github, the second one was referred in our sample code (Build React Native apps with Microsoft Graph) here.
https://github.com/stashenergy/react-native-msal
https://github.com/FormidableLabs/react-native-app-auth
The question is that does Microsoft have plan to provide official MSAL react native library which can be used in production environment? Or the only way is using the compatible libraries when bulding React native apps that authenticates with AAD?
Source
External (Customer)