AppAuth-iOS
AppAuth-iOS copied to clipboard
react-native-app-auth issue using this Pod for 2nd auth - getting networking error
A couple issues.
After the first call - the 2nd call does not pop the browser for Auth0 The network call for issuer fails - well-known is now fixed. The token call also fails. Seems like the NSURLSession *session = [OIDURLSessionProvider session]; is not working.
I forked it, and this works - will try to dig into it more. But it is hard.