UNPKG

@gfticket/common

Version:

An auth package to make micro-service authentication easy to integrate for other services

3 lines (2 loc) 152 B
import { Request, Response, NextFunction } from "express"; export declare const requireAuth: (req: Request, res: Response, next: NextFunction) => void;