feathers-authentication
Version:
Add Authentication to your FeathersJS app.
16 lines (11 loc) • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _authenticate = require('./authenticate');
var _authenticate2 = _interopRequireDefault(_authenticate);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = {
authenticate: _authenticate2.default
};
module.exports = exports['default'];