How to handle success and failure in springboot for basic auth?
I need to add some custom logic like using a service to log my failed attempts or reset my failed attempts on successfull login. How do I do this with httpBasic ? So I need a failure handler and success handler for httpBasic().
oauth2 Token and point and basic auth combination
please help me. i need to config for login endpoint is public, it actual public until i need to config basic auth for a specific api, when i config basic auth login api always show login alert form