Go library for interacting with https://www.hcaptcha.com/
This repository has been archived on 2021-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
John Olheiser 9763464a1e Move to functional options and add context (#1)
Move to functional options and add context

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: #1
2020-09-03 17:36:10 +00:00
.gitignore Initial Commit 2020-08-24 15:50:09 -05:00
error.go Initial Commit 2020-08-24 15:50:09 -05:00
example_test.go Initial Commit 2020-08-24 15:50:09 -05:00
go.mod Initial Commit 2020-08-24 15:50:09 -05:00
hcaptcha_test.go Move to functional options and add context (#1) 2020-09-03 17:36:10 +00:00
hcaptcha.go Move to functional options and add context (#1) 2020-09-03 17:36:10 +00:00
LICENSE Initial Commit 2020-08-24 15:50:09 -05:00
Makefile Initial Commit 2020-08-24 15:50:09 -05:00
README.md Initial Commit 2020-08-24 15:50:09 -05:00
response.go Initial Commit 2020-08-24 15:50:09 -05:00

hCaptcha

This library was based on the hCaptcha server-side verification docs.

Example

License

MIT