UdacityMobileWebScholarship / guess-quote

This application is a collaborative project made by the Google Udacity Mobile Web Specialist Scholars.
MIT License
22 stars 48 forks source link

modifed user model and add jwt generation process #13

Closed sounak07 closed 6 years ago

sounak07 commented 6 years ago

Modified the user model, validation using validator, generation of jwt added.

skyshader commented 6 years ago

@sounak07 can you submit another PR and fix all the linting issues created by this PR?

sounak07 commented 6 years ago

I guess for that i have to use editorconfig and eslint, i saw these two being added in the recent commit. But i don't know how to use them. can you please tell me how to use those ?

skyshader commented 6 years ago

Yes, install editorconfig and eslint plugins in your IDE and enable them.