less than 1 minute read

npm npm bundle size codesize npm NPM GitHub Sponsors GitHub Repo stars GitHub forks GitHub watchers Rate on Openbase link to npm

jwt-authn

Installation

Full Documentation

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