UNPKG

@qelos/auth

Version:

Express Passport authentication service

8 lines (7 loc) 294 B
/// <reference types="qs" /> import { RequestHandler } from 'express'; /** * The Auth Checker middleware function. */ declare const _default: RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>>; export default _default;