UNPKG

@feathersjs/authentication

Version:

Add Authentication to your FeathersJS app.

14 lines (13 loc) 264 B
declare const _default: { authStrategies: any[]; jwtOptions: { header: { typ: string; }; audience: string; issuer: string; algorithm: string; expiresIn: string; }; }; export default _default;