UNPKG

@feathersjs/authentication

Version:

Add Authentication to your FeathersJS app.

13 lines 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { authStrategies: [], jwtOptions: { header: { typ: 'access' }, audience: 'https://yourdomain.com', issuer: 'feathers', algorithm: 'HS256', expiresIn: '1d' } }; //# sourceMappingURL=options.js.map