@feathersjs/authentication
Version:
Add Authentication to your FeathersJS app.
15 lines (14 loc) • 464 B
text/typescript
export * as hooks from './hooks'
export { authenticate } from './hooks'
export {
AuthenticationBase,
AuthenticationRequest,
AuthenticationResult,
AuthenticationStrategy,
AuthenticationParams,
ConnectionEvent
} from './core'
export { AuthenticationBaseStrategy } from './strategy'
export { AuthenticationService } from './service'
export { JWTStrategy } from './jwt'
export { authenticationSettingsSchema, AuthenticationConfiguration } from './options'