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