/cordova-plugin-basic-auth

Cordova plugin to add basic authentication to webview

Primary LanguageObjective-CMIT LicenseMIT

cordova-plugin-basic-auth

Cordova plugin to add basic authentication to webview

Adding the plugin to your project

cordova plugin add https://github.com/tkou15/cordova-plugin-basic-auth

Supported Platforms

Use

<preference name="BasicAuthUser" value="XXX" />
<preference name="BasicAuthPass" value="XXX" />

License

MIT