splice-auth

v0.0.1
splice auth into a url if it, expects a string or a url.parsed url

splice-auth

Splice some basic auth into a url string or url parsed object. Returns you what you give it.

install

npm install splice-auth --save

Example


var spliceAuth = require('splice-auth');

var url = 'http://localhost:5984/whatever';
var auth = 'what:dude';

var url = spliceAuth(url, auth);

console.log(url)

//
// Outputs:
// http://what:dude@localhost:5984/whatever
//

Metadata

  • MIT
  • 0.10.x
  • Jarrett Cruger
  • released 2/18/2014

Downloads

Maintainers