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