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

I run this project as given in readme file and i am also getting successful login message but it is not redirecting to profile page. Instead, it is redirecting me...

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...

dependencies

Hello, how can i send email verification link just to users who signup with name-email-password form? thank you

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Github logging not working error msg : Email not found from OAuth2 provider

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.9 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

How could I store refresh token in [`CustomOAuth2UserService`](https://github.com/callicoder/spring-boot-react-oauth2-social-login-demo/blob/master/spring-social/src/main/java/com/example/springsocial/security/oauth2/CustomOAuth2UserService.java#L23)?

Question 1) Login via google works but when tying to login via github it throws error - email not found from oauth2 provider. Question 2) I dont want to use...

I upgraded the source to Spring Boot 2.4.3. Faced two issues and resolved with few changes. ### Problem 1: java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed ##### Fix: Added allowPublicKeyRetrieval=true...