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 28ef973d87 Change ChallengeTS to string (#3)
Go sometimes cannot unmarshal timestamp

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

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: #3
2020-10-03 02:46:07 +00:00
widget Add example widgets (#2) 2020-09-03 17:53:21 +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 Change ChallengeTS to string (#3) 2020-10-03 02:46:07 +00:00

hCaptcha

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

Example

License

MIT