CDN Resources for basic-auth
Various ways to access basic-auth via Content Delivery Networks
Package Installation
npm
npm install basic-auth
yarn
yarn add basic-auth
pnpm
pnpm add basic-auth
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/basic-auth"></script>
Unpkg
<script src="https://unpkg.com/basic-auth"></script>
jsDelivr ESM
<script type="module">
import basicauth from 'https://cdn.jsdelivr.net/npm/basic-auth/+esm';
</script>
Skypack
<script type="module">
import basicauth from 'https://cdn.skypack.dev/basic-auth';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages