Kevin Powell - CommunityKP-C
Kevin Powell - Community4y ago
14 replies
vince

Login system

Hi guys, I'm trying to make a production-grade app and have never done a login system before. I feel like I have the general gist: make a form, get username and password, check against a database table, and if valid, send a 200 and a JWT for subsequent requests for the client to authenticate. Problem is, I don't know a secure way to do this. I don't want to take any chances as this will be a production grade app, so does anyone have any resources I can follow to make a foolproof, secure login system? I am using MERN
Was this page helpful?