UNPKG

express-tailscale-auth

Version:

Express middleware for Tailscale authentication

6 lines (3 loc) 149 B
import { Request } from 'express'; declare const checkTrustProxyConfiguration: (req: Request) => boolean; export { checkTrustProxyConfiguration };