I've been looking for packages to use to enable MS Auth in a React Native app.
One feature we would like is to automatically authenticate the user once they have logged in (possibly from another app or website).
I have found react-native-msal
but it hasn't been updated in the last 2 years and their github repo is archived.
Also does @azure/msal-react
supposed work with React Native?
Are there any recent packages out there that allows this functionality next to SSO?
Your best option at this point will be to: