I am integrating Friendly Captcha for the first time and I follow the official tutorial: https://docs.friendlycaptcha.com/#/installation
After step two my web application correctly solves the puzzle and disables "I am human.":
Now, I am wondering if I even need the third step "Verifying the CAPTCHA solution on the server". From the tutorial it is not clear why or if I even need this step and how I can implement it. Do I need to call the verification endpoint after solving the puzzle?
Does anyone have more knowledge conserning calling the verification endpoint of Friendly Captcha?
Thanks!