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