UNPKG

passport-fast-jwt

Version:

Passport authentication strategy for JSON Web Tokens using Fast-Jwt with support for EdDSA algorithm among others

5 lines (4 loc) 222 B
import * as Extractors from "./extractors"; import { JwtStrategy } from "./strategy"; import { AfterVerifyCallback, TokenExtractor } from "./types"; export { Extractors, JwtStrategy, TokenExtractor, AfterVerifyCallback };