UNPKG

@feathersjs/authentication

Version:

Add Authentication to your FeathersJS app.

5 lines (4 loc) 247 B
import { HookContext, NextFunction } from '@feathersjs/feathers'; import { ConnectionEvent } from '../core'; declare const _default: (event: ConnectionEvent) => (context: HookContext, next: NextFunction) => Promise<void>; export default _default;