Captcha integration with Spring Download on login page

There was a search for an example of captcha integration (any kind of recaptcha, kaptcha ..) using Spring Loading on the login page using Spring Security using a custom implementation of org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter;

Also how to send additional parameters to the userDetailsService class from the login page?

thanks

+5
source share

Source: https://habr.com/ru/post/989967/


All Articles