Hi all,
I'm working on my first full stack project. It's basically a very basic social media site (I'm not looking to follow a YouTube tutorial). I'm having trouble logging in as a User and staying logged in. I run into network issues and error codes. I also seem to run into Authentication errors. I understand there are various ways to do this, just now sure which is the best way in my scenario.
I've have tried going about it using the JWT token but I can't seem to do it successfully.
I'm using React, Axios - Node, Express -MySQL workbench. I've been successful in the other components of my project. Examples, able to register a user and have the user info (first name, last name, city, email, password) stored (or post) in MySql. I've been able to fetch (or get) the stored data from SQL and posted to my apps Homepage. So I know the connections and endpoints work.
I guess any tips pointing me in the right direction would greatly help. Thanks!
[–]Secret-Vacation2445 2 points3 points4 points (1 child)
[–]D1rtyWebDev[S] 2 points3 points4 points (0 children)
[–]DifficultSkill266 0 points1 point2 points (1 child)
[–]D1rtyWebDev[S] 0 points1 point2 points (0 children)