79224488

Date: 2024-11-25 20:20:47
Score: 1
Natty:
Report link

You get the authenticated user but you can't see it because you didn't print their information. add these line of codes to yours:

Map<String, Object> attributes = oAuth2User.getAttributes();
String email = (String) attributes.get("email");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muhammed Duzgun