How to add recaptcha in login and forgot password page
Summary:
Hello I need to add reCAPTCHA to the login and forgot password endpoints in the store, and block these endpoints from receiving requests, we are trying to avoid vulnerabilities.
Content:
My first thought was to forward the request to a SSE (where I would validate the token and run the request), and block these two store endpoints from receiving the requests, but I don't know how to do it the blocking part, or if is there a better way of doing it? Or does anybody knows a step by step of adding reCAPTCHA into OSF storefront?
Thanks.
Version:
24.08.02
1