feathers-authentication-local
Version:
Local authentication strategy for feathers-authentication
16 lines (11 loc) • 386 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _hashPassword = require('./hash-password');
var _hashPassword2 = _interopRequireDefault(_hashPassword);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = {
hashPassword: _hashPassword2.default
};
module.exports = exports['default'];
;