Csrinru Login Verified →

// User schema const userSchema = new mongoose.Schema({ username: String, password: String, salt: String });