Reactjs – Having trouble passing Authorization header and JWT token to backend using fetch and React
I'm in a course trying to finish a full-stack project, and I'm having trouble with two areas when trying to create login functionality: getting my Authorization request header to the backend with a JWT token, and actually attaching the token…