strip-url-auth

Strip the authentication part of a URL


Keywords
string, url, uri, address, auth, authentication, user, username, pass, password, basic
License
MIT
Install
npm install strip-url-auth@2.0.0

Documentation

strip-url-auth

Strip the authentication part of a URL

Install

$ npm install strip-url-auth

Usage

import stripUrlAuth from 'strip-url-auth';

stripUrlAuth('https://user:pass@sindresorhus.com');
//=> 'https://sindresorhus.com'