mudit Choudhary

Results 8 comments of mudit Choudhary

@Mustafiz04 What should i do about error messages should i just console log it. Also, i have to use express-validator right just to confirm as i need to install it...

@Mustafiz04 I have started doing login but on which route should i check it. ![github2](https://user-images.githubusercontent.com/63860014/112717184-ff46a280-8f10-11eb-90c6-9ec66d1b6e0a.png) http://localhost:3000/api/auth/login does not work

@Mustafiz04 Is there a way to check if my implementation is right using postman ? i found two different url localhost:3000/user/signup and localhost:3000/api/auth/new/signup

Validator ``` const { check, validationResult } = require('express-validator'); exports.validateSignupRequest = [ check('name').notEmpty().withMessage("First name is required"), check('email').isEmail().withMessage("Email is required"), check('password').isLength({min : 6}).withMessage("Password must be atleast 6 character long") ]; exports.validateLogin...

Hello, i am looking into this issue and was wondering how can i reproduce this error(if that's not too complicated). Also,i searched around submissions.js but found handleAccept works on data...

@enterprisey Sorry for being inactive as my script was not working properly.Also i am attaching a screenshot, i think we need to remove "class=" part. It will be nice if...

@Namanl2001 I would like to work on this issue. I think first google signin and then contents would work.