Relative Content

Tag Archive for spring-bootspring-securityoauth-2.0jwtauth0

Securing Spring Boot API with Google and Social Media Authentication

I want to secure my Spring Boot API and integrate Google and social media sign-up and login functionality. Can I use Auth0 alone, or will I also need to work with JWT tokens or is there any other solution? I have never used Auth0 before, but I have experience with Spring Security and JWT in previous projects.