Cordova Plugin for iOS 12/13 ASWebAuthenticationSession API
npm install cordova-plugin-ios-aswebauthenticationsession-api#### Additional information
iOS 13 introduced a requirement that ASWebAuthenticationSession needs a presentationContextProvider to provide a "display context in which the system can present an authentication session to the user."
The changes in this plugin should address an error that was thrown when trying to use ASWebAuthenticationSession after updating to iOS 13:
"Cannot start ASWebAuthenticationSession without providing presentation context. Set presentationContextProvider before calling -start."