UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

9 lines 353 B
import type { AppRequest } from "../interfaces/SystemTypes"; /** * Why you don't need to care about this file? * --- * Because the {User} was already verified at "jwtStrategy" step before passing the token here! */ declare const jwt_auth: (req: AppRequest, res: any, next: any) => any; export default jwt_auth; //# sourceMappingURL=auth-jwt.d.ts.map