Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/javiercanon/google-recaptcha-asp.net

Lasted version of Google Recaptcha for Asp.net
https://github.com/javiercanon/google-recaptcha-asp.net

asp-net aspnet google-recaptcha google-recaptcha-v2 google-recaptcha-v3 recaptcha-v3 recaptchav2

Last synced: about 2 months ago
JSON representation

Lasted version of Google Recaptcha for Asp.net

Awesome Lists containing this project

README

        

# Google-Recaptcha-Asp.net
Lasted version of Google Recaptcha for Asp.net, if maybe bot, show a puzzle or redirect to other page.

## Current Features

- [X] Recaptcha ver 2.0
- [X] Recaptcha ver 3.0
- [ ] Show Recaptcha 2 puzzle if ver 3 rating is low (0.6)

## Future Features

- [ ] Redirect to SMS or Email (2 factor authentication)

## What is reCAPTCHA?

> reCAPTCHA is a free service that protects your site from spam and abuse. It uses advanced risk analysis engine to tell humans and bots apart.
With the new API, a significant number of your valid human users will pass the reCAPTCHA challenge without having to solve a CAPTCHA.
reCAPTCHA comes in the form of a widget that you can easily add to your blog, forum, registration form, etc.
> - [Google RECAPTCHA](https://developers.google.com/recaptcha/)

![New Google reCAPTCHA](https://developers.google.com/recaptcha/images/newCaptchaAnchor.gif)

## Philosophy of Javier Cañon
* KISS by design and programming. An acronym for "keep it simple, stupid" or "keep it stupid simple", is a design principle. The KISS principle states that most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided. Variations on the phrase include: "Keep it simple, silly", "keep it short and simple", "keep it simple and straightforward", "keep it small and simple", or "keep it stupid simple".

* Select the best tools for the job, use tools that take less time to finish the job.
* Productivity over complexity and avoid unnecessary complexity for elegant or beauty code.

* Computers are machines, more powerful every year, give them hard work, concentrate on being productive.

## Issues and Bug Traking ##
Please submit *bug reports* or *feature requests* on GitHub:
* [Issue | Request Features](https://github.com/JavierCanon/Microsoft-SQL-Server-Scripts-Utils/issues)

## Requeriments ##

* .Net Framework 4.8

## Contributing

Please read [CONTRIBUTING.md](/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).

## Authors

* **Javier Cañon** - *Initial work* - [www.JavierCanon.com](https://www.javiercanon.com)

See also the list of [contributors](/AUTHORS.md) who participated in this project.

## Supported by, thanks to

![Softcanon](https://github.com/JavierCanon/Social-Office-Webackeitor/raw/master/docs/images/logo_softcanon_200x75.gif)

[Softcanon](https://www.softcanon.com)
--

## License

This project is licensed under the MIT LICENSE - see the [LICENSE.md](/LICENSE.md) file for details.

---
Made with ❤️ by **[Javier Cañon](https://www.javiercanon.com)**.