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

Facebook has detected User-Auth isn't using a secure connection to transfer information. Until User-Auth updates its security settings, you won't be able to use Facebook to log into it.

A simple docker-compose to run the stack.

Not getting redirected back to reactjs app after successful login by google, React app stucks at, http://localhost:8080/login/oauth2/code/google?state= need to get back to, http://localhost:3000/

Hello. I'm confused about these two properties in application.yaml: `tokenSecret: 926D96C90030DD58429D2751AC1BDBBC tokenExpirationMsec: 864000000` From where do you get the tokenSecret value? Is that a unique value for each app? I...

At application.yml file Unknown property redirectUriTemplate for type org.springboot.autoconfigure.security

hi! very cool example, but I have a question - I have restful spring boot app and UI in mobile app. So, how I can redirect uri after successful authorization...

Please write unit testing with junit5 security is sensitive issue you cannot leave testing section. I'm struggling to implement

When I hit the login URL, I am getting this error **Full authentication is required to access this resource** and it is pointing to `RestAuthenticationEntryPoint.java`. What could be possible reason...

Hi. I am developing a small app We are developing social login using the project. The problem is to use sign in with apple in the IOS app. Currently, add...