Omni Captcha - An Adaptable Captcha Client

Introducing Omni Captcha - a new package that provides a unified interface for working with popular captcha providers like reCAPTCHA v2, hCaptcha, and Cloudflare Turnstile. Omni Captcha is available on Hex and the documentation can be found at Omni Captcha v0.0.1 — Documentation. The package was forked from the hcaptcha package.

Omni Captcha aims to simplify the process of adding captcha functionality to your web applications. With just a few lines of code, you can get up and running with any of the supported captcha providers. The package abstracts away the provider-specific implementation details, allowing you to focus on the core functionality of your application.

Key Features:

  • Supports Multiple Providers: Out of the box, Omni Captcha supports reCAPTCHA, hCaptcha, and Cloudflare Turnstile. No need to learn the intricacies of each provider’s API.
  • Extensible Architecture: The package is designed to be easily extended to support additional captcha providers in the future. If your needs change, you can quickly integrate a new provider without rewriting your entire captcha integration.
  • Seamless Integration: Omni Captcha provides a consistent API across all supported providers, making it easy to swap between them as needed.
  • Sandbox Mode: Omni Captcha includes a sandbox mode for development and testing, allowing you to experiment with the different captcha providers without impacting your production environment.

Whether you’re building a new web application or maintaining an existing one, Omni Captcha can help streamline your captcha integration process. Give it a try today and see how it can simplify your captcha implementation!

6 Likes

Cool project.

Your HexDocs source code links aren’t working. Example:

https://gitlab.com/scott-codes-things/omni-captcha/blob/v0.0.1/README.md#L1

1 Like

Thank you for pointing this out, pushing a release now to fix this.

I’m also adding the README badges, since I somehow missed those.