UNPKG

@feathersjs/authentication

Version:

Add Authentication to your FeathersJS app.

8 lines (7 loc) 477 B
export * as hooks from './hooks'; export { authenticate } from './hooks'; export { AuthenticationBase, AuthenticationRequest, AuthenticationResult, AuthenticationStrategy, AuthenticationParams, ConnectionEvent, JwtVerifyOptions } from './core'; export { AuthenticationBaseStrategy } from './strategy'; export { AuthenticationService } from './service'; export { JWTStrategy } from './jwt'; export { authenticationSettingsSchema, AuthenticationConfiguration } from './options';