CDN Resources for hapi-auth-bearer-simple

Quick access to CDN links for the hapi-auth-bearer-simple package

CDN Resources for hapi-auth-bearer-simple
Various ways to access hapi-auth-bearer-simple via Content Delivery Networks

Package Installation

npm
npm install hapi-auth-bearer-simple
yarn
yarn add hapi-auth-bearer-simple
pnpm
pnpm add hapi-auth-bearer-simple

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/hapi-auth-bearer-simple"></script>
Unpkg
<script src="https://unpkg.com/hapi-auth-bearer-simple"></script>
jsDelivr ESM
<script type="module">
  import hapiauthbearersimple from 'https://cdn.jsdelivr.net/npm/hapi-auth-bearer-simple/+esm';
</script>
Skypack
<script type="module">
  import hapiauthbearersimple from 'https://cdn.skypack.dev/hapi-auth-bearer-simple';
</script>