Spring HttpServletRequest Stream closed IOException – Facebook api
I am trying to generate a JWT token for a user who has logged in with Facebook on the mobile app. I send the facebook data to this function: @PostMapping("/facebook") public void registerWithFacebook(@RequestBody User user, HttpServletRequest request, HttpServletResponse response){ User…