recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

A simple reCaptcha 2 library for Elixir applications.

Results 12 recaptcha issues
Sort by recently updated
recently updated
newest added

As mentioned in #55 recaptcha v3 has quite a few differences in implementation. Also sort of related there is an `enterprise` mode as well, so I think it would make...

enhancement

I have my test environment set up as described in the readme: ```elixir config :recaptcha, http_client: Recaptcha.Http.MockClient, secret: "6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe" ``` but I am getting an `:ok` tuple back from `Recaptcha.verify("invalid_response")`...

bug