Skip to content

Commit

Permalink
feat: HCaptcha Middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Apr 19, 2024
1 parent f5b94a8 commit 2306bfb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions hcaptcha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,21 @@ id: hcaptcha

A simple [HCaptcha](https://hcaptcha.com) middleware to prevent bot attacks.

**Note: Requires Go 1.21 and above**
:::note

Requires Go **1.21** and above

:::

## Install

This middleware only supports Fiber v3.
:::caution

This middleware only supports Fiber **v3**.

```
:::

```shell
go get -u github.com/gofiber/fiber/v3
go get -u github.com/gofiber/contrib/hcaptcha
```
Expand Down

0 comments on commit 2306bfb

Please sign in to comment.