You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| index.js | 5 years ago | |
| license | 5 years ago | |
| package.json | 5 years ago | |
| readme.md | 5 years ago | |
readme.md
strip-url-auth 
Strip the authentication part of a URL
Install
$ npm install --save strip-url-auth
Usage
var stripUrlAuth = require('strip-url-auth');
stripUrlAuth('https://user:pass@sindresorhus.com');
//=> 'https://sindresorhus.com'
License
MIT © Sindre Sorhus