UNPKG

httplease-asap

Version:

ASAP authentication filter for httplease

8 lines (5 loc) 189 B
import { JwtConfig, AuthHeaderGenerator } from './types'; declare function createAuthHeaderGenerator( jwtConfig: JwtConfig ): AuthHeaderGenerator; export = createAuthHeaderGenerator;