Uh oh!
There was an error while loading. Please reload this page.
feat(react-native-test-app-msal): MSAL module for react-native-test-app - #730
Conversation
This comment has been minimized.
This comment has been minimized.
Adam Foxman (afoxman)
commented
Oct 20, 2021
If this is a module for RNTA, should it be developed and published from that repo instead of rnx-kit? |
I was going to leverage the existing publishing pipeline for this. Otherwise, I will have to figure out how to publish the package from the |
c042c14 to
97dcebfCompare97dcebf to
4d7dd6eCompare
Lorenzo Sciandra (kelset)
left a comment
There was a problem hiding this comment.
I think it's ok to have this package live in rnx-kit since it fits the "range" of plugins and tools we create for RN experiences. It just so happens that this one is specifically for RNTA
| @@ -0,0 +1 @@ | |||
| /* Dummy file so @react-native-community/cli recognizes this as an iOS package */ | |||
There was a problem hiding this comment.
Yeah, it's on my wishlist to the cli team that they should look for Podfile in addition (or instead).

Description
Extracted MSAL support module from our internal repo.
Remaining work
Clear out cookies from the WebView used for authWe can wipe out the account, but not the cookies it looks like. Something to investigate for later.Test plan