spring-boot-react-oauth2-social-login-demo icon indicating copy to clipboard operation
spring-boot-react-oauth2-social-login-demo copied to clipboard

Spring Boot React OAuth2 Social Login with Google, Facebook, and Github

Results 44 spring-boot-react-oauth2-social-login-demo issues
Sort by recently updated
recently updated
newest added

How to start? 1. `cd spring-social && mvn clean install` 2. `cd .. && sh ./start.sh` Takes care of 1. Building the images for docker 2. Runs the app in...

Hello, I followed your code and I have a problem of getting email address after authenticating successfully against Github. The problem is that Github only provides us the public email...

hey thanks a lot man, such a nice and clean example, it worked really well. i had an issue with facebook login throwing invalid_user_info_response] An error occurred while attempting to...

Hi! I have the fresh code base up and running with everything configured, but when I try to Log in or Sign up I get this error log: `org.springframework.http.converter.HttpMessageNotReadableException: An...

Hi, I'm trying to integrate swagger with this implementation but its not working. I have added following dependecies io.springfox springfox-swagger-ui 2.9.2 io.springfox springfox-swagger2 2.9.2 io.swagger swagger-jersey2-jaxrs 1.5.8 Along with it...

i tried to add authentification for linkdin, but LinkedIn OAuth2 access token api is returning only the access_token and expires_in values but not the token_type in the response. This results...

How to do session management with oauth2. How to handle logout in oauth2, how clear session?

The default redirect path in the security config class is miss ing a star ( needed .../** Instead of /*). This cause a not authorized error when login with google,...

When I tried facabook login , it gives an error. Message: [invalid_user_info_response] An error occurred while attempting to retrieve the UserInfo Resource: Could not extract response: no suitable HttpMessageConverter found...