We use a login to secure our application and restrict its access to a certain group of users. But what if everybody should be allowed to use our application if he can prove he’s human? Well, we would use a captcha. The following example shows how we can use Google’s ReCaptcha for an anonymous login […]