What should we do about react-native-msal
?
#295
tormodAase
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For those unaware of the history of authentication in our apps:
react-native-msal
after users reported not being able to login. We were not able to reproduce those users' issues.react-native-msal
was a package initially created and maintained by Stashenergy, and was archived in May of last year.Here are our current issues with
react-native-msal
:Eventually we have to make a decision on what we should do with this package. The way I see it, we have three choices:
expo-auth-session
expo-auth-session
will reintroduce the issues some users had with authentication.expo-auth-session
, we may lose some features, like Microsoft Authenticator integration.expo-auth-session
is more barebones than MSAL. We will have to implement more business logic ourselves (e.g. what to do with our refresh token)Let the discussion begin!
Beta Was this translation helpful? Give feedback.
All reactions