UNPKG

342 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.default = {
4 authStrategies: [],
5 jwtOptions: {
6 header: { typ: 'access' },
7 audience: 'https://yourdomain.com',
8 issuer: 'feathers',
9 algorithm: 'HS256',
10 expiresIn: '1d'
11 }
12};
13//# sourceMappingURL=options.js.map
\No newline at end of file