MCPcopy Create free account
hub / github.com/LionC/express-basic-auth / IBasicAuthedRequest

Interface IBasicAuthedRequest

express-basic-auth.d.ts:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 * })
47 */
48 export interface IBasicAuthedRequest extends Request {
49 auth: { user: string, password: string }
50 }
51
52 type Authorizer = (username: string, password: string) => boolean
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…