UNPKG

passport-fast-jwt

Version:

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

32 lines (31 loc) 670 B
{ "name": "passport-fast-jwt", "version": "0.2.36", "description": "Passport authentication strategy for JSON Web Tokens using Fast-Jwt with support for EdDSA algorithm among others", "author": "Timo Mätäsaho", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/timjam/passport-fast-jwt.git" }, "dependencies": { "fast-jwt": "^5.0.6", "passport-strategy": "^1.0.0" }, "files": [ "dist" ], "keywords": [ "Passport", "Strategy", "JSON", "Web", "Token", "JWT", "fast-jwt", "eddsa" ] }