We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627b68e commit db90b8dCopy full SHA for db90b8d
src/middlewares/authenticate.ts
@@ -1,4 +1,4 @@
1
-import { JsonWebTokenError, Jwt, JwtPayload } from 'jsonwebtoken';
+import { JsonWebTokenError } from 'jsonwebtoken';
2
import { Request, Response, NextFunction } from 'express';
3
4
import * as jwt from '../utils/jwt';
0 commit comments