Q:

don't get password sequelize

var User = sequelize.define('user', attributes);

User.findAll({
    attributes: {
        exclude: ['password']
    }
});
1

New to Communities?

Join the community