mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
rename guard -> mcaptcha
This commit is contained in:
29
README.md
29
README.md
@@ -1,13 +1,16 @@
|
||||
<div align="center">
|
||||
<h1>mCaptcha Guard</h1>
|
||||
<img width="100px" alt="mcaptcha logo" src="./docs/res/icon-trans.png" />
|
||||
<h1>mCaptcha</h1>
|
||||
<p>
|
||||
<strong>Back-end component of mCaptcha</strong>
|
||||
<strong>
|
||||
Proof of work based, privacy respecting CAPTCHA system with a kickass UX.
|
||||
</strong>
|
||||
</p>
|
||||
|
||||
[](https://mcaptcha.github.io/guard/guard/)
|
||||
[](https://github.com/mCaptcha/guard/actions/workflows/linux.yml)
|
||||
[](https://deps.rs/repo/github/mCaptcha/guard)
|
||||
[](https://codecov.io/gh/mCaptcha/guard)
|
||||
[](https://mcaptcha.github.io/mCaptcha/mCaptcha/)
|
||||
[](https://github.com/mCaptcha/mCaptcha/actions/workflows/linux.yml)
|
||||
[](https://deps.rs/repo/github/mCaptcha/mCaptcha)
|
||||
[](https://codecov.io/gh/mCaptcha/mCaptcha)
|
||||
<br />
|
||||
[](http://www.gnu.org/licenses/agpl-3.0)
|
||||
[](https://matrix.to/#/+mcaptcha:matrix.batsense.net)
|
||||
@@ -20,10 +23,13 @@
|
||||
|
||||
**Skip to [demo](#demo)**
|
||||
|
||||
Guard is the back-end component of the [mCaptcha](https://mcaptcha.org)
|
||||
system.
|
||||
[mCaptcha](https://mcaptcha.org) is a
|
||||
Your users no longer have to interact with ridiculous image-based
|
||||
CAPTCHA system, wasting precious mental bandwidth. Instead, your
|
||||
computer will do the work for you, [see for
|
||||
yourself!](https://demo.mcaptcha.org/widget?sitekey=RnR9SvkkB2s1W9yrQSBBViJHLvuiXKo4)
|
||||
|
||||
---
|
||||
## How does it work?
|
||||
|
||||
mCaptcha uses SHA256 based proof-of-work(PoW) to rate limit users.
|
||||
|
||||
@@ -74,9 +80,9 @@ easier. One click and you are on your way.
|
||||
To observe mCaptcha in action, open dev tools and
|
||||
monitor console and network activity.
|
||||
|
||||
1. [Link to widget](https://demo.mcaptcha.org/widget?sitekey=RnR9SvkkB2s1W9yrQSBBViJHLvuiXKo4)(opens https://demo.mcaptcha.org)
|
||||
1. [Link to widget](https://demo.mcaptcha.org/widget?sitekey=RnR9SvkkB2s1W9yrQSBBViJHLvuiXKo4)
|
||||
|
||||
2. [Video](https://github.com/mCaptcha/guard/blob/master/docs/res/widget-in-action.mp4?raw=true):
|
||||
2. [Video](https://github.com/mCaptcha/mCaptcha/blob/master/docs/res/widget-in-action.mp4?raw=true):
|
||||
|
||||
### Demo servers are available at:
|
||||
|
||||
@@ -97,7 +103,6 @@ Clone the repo and run the following from the root of the repo:
|
||||
|
||||
```bash
|
||||
$ docker-compose -d up
|
||||
|
||||
```
|
||||
|
||||
It takes a while to build the image so please be patient :)
|
||||
|
||||
Reference in New Issue
Block a user