UNPKG

@midware/mauth

Version:

A simple auth middleware for Node.js

6 lines 285 B
import AuthService from './util/authService'; import Identification from './util/identification'; export default class KeyLess implements AuthService { verify(identification: Identification, identifications: Identification[]): Promise<void>; } //# sourceMappingURL=keyless.d.ts.map