Installation
jwt-authn
Installation
Use the package manager npm or yarn to install jwt-authn.
npm install jwt-authn
Or with yarn:
yarn add jwt-authn
Or from a cdn:
https://cdn.jsdelivr.net/npm/jwt-authn@1.0.39/lib
If using for the command line support (don’t forget the global flag or it’ll only be available in the current directory’s node_modules folder):
npm install -g jwt-authn
Or with yarn:
yarn global install jwt-authn