spring-boot-react-oauth2-social-login-demo
spring-boot-react-oauth2-social-login-demo copied to clipboard
Security config: default success redirect path
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, before to redirect to the profile.
Also, i want to thank you very much becouse this project is all that i needed to start with mine! Super fantastic , Simply and well written