-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work on the Authentication #3
Comments
Hey @shazm12, I would like to work on this. Can you assign this to me |
sounds amazing @meetagrawal09 I am assigning this issue to you. |
@shazm12, |
@shazm12, can you please explain me the need of a package.json outside client and server folders. Because I see that your package.json in the root directory has some UI libraries included like material-ui which could have been put up inside of client directory |
that's not
ohh i thought i had included the .gitignore file so sorry for this, yes the proposed changes makes sense please do and make a PR i ll label them too as contribution for the hacktoberfest. Thanks! |
There's no need for it but you might get error in client side the other team mate with me had screwed a little bit with project but mostly without the mentioned package.json file it will work, please check n tell me okay thanks! |
the material-ui was removed from the final version so it should still work |
cool will check it |
I need someone to work on the authentication logic of my web app. Currently I am just validating the data given using simple checks and then encrypting my passwords before storing to the DB. I am thinking to use JWT Tokens or passport.js for better and secure authentication flow. What are your takes on this? Can you implement this system?
Will check the following points
Rest is up to your creativity!
The text was updated successfully, but these errors were encountered: