@feathersjs/authentication
Version:
Add Authentication to your FeathersJS app.
16 lines (15 loc) • 484 B
text/typescript
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'