Skip to content

matteoprinetti/cordova-plugin-customlogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Cordova Auth Handler

Allows user to set credentials for HttpAuthRequest handler via javascript using Apache Cordova

Supported Platforms

  • Android

Supported Authentication Methods

  • Basic
  • Digest
  • NTLM

Android

This plugin lets you store a username and password that are passed to the onReceivedHttpAuthRequest handler.

Call this before any XHR requests so that the username and password are used:

function success(str){
	console.log(str);
}
function error(str){
	console.log(str);
}
cordova.plugins.AuthHandler(username, password, success, error);

About

Custom login for cordova using barcode input (encoded)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors