UNPKG

@feathersjs/authentication

Version:

Add Authentication to your FeathersJS app.

8 lines (7 loc) 383 B
import { HookContext } from '@feathersjs/feathers'; export interface AuthenticateHookSettings { service?: string; strategies: string[]; } declare const _default: (originalSettings: string | AuthenticateHookSettings, ...originalStrategies: string[]) => (context: HookContext) => Promise<HookContext<any, import("@feathersjs/feathers").Service<any>>>; export default _default;