A proof of work based captcha similar to friendly captcha, but lightweight, self-hosted and GPLv3 licensed.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
200 B

3 years ago
module git.sequentialread.com/forest/pow-captcha
go 1.16
require (
git.sequentialread.com/forest/pkg-errors v0.9.2 // indirect
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
)