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