Reactjs – How do I send requests from React to Springboot when implementing OAuth2?
I am currently a novice web developer and I am trying to setup some basic interactions with my frontend and backend using React and Springboot. I am confused as how am I supposed to send requests once I have authenticated…