tkou15 / cordova-plugin-basic-auth

Cordova plugin to add basic authentication to webview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cordova plugin to add basic authentication to webview

License:MIT License


Languages

Language:Objective-C 54.8%Language:Java 45.2%