Reactjs – Authentication Flow in React and NodeJs with Jwt Token
I have a react applicaton running on localhost:3000 and I have a backend Server running on localhost:4000, If I try to navigate or access a protected route when I dont login, it should not allow me to see that page.…