This is the cl-recaptcha Reference Manual, version 2.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:19:13 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-recaptcha
Trivial support for the recaptcha service
Aad Versteden <madnificent@gmail.com>
Aad Versteden <madnificent@gmail.com>
MIT
2.0.0
drakma
(system).
cl-ppcre
(system).
flexi-streams
(system).
jsown
(system).
code.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-recaptcha/cl-recaptcha.asd
cl-recaptcha
(system).
cl-recaptcha/code.lisp
cl-recaptcha
(system).
*recaptcha-header-script-tag*
(special variable).
*secret-key*
(special variable).
*site-key*
(special variable).
challenge-js
(function).
challenge-ns
(function).
verify-captcha
(function).
*captcha-verify-url*
(special variable).
Packages are listed by definition order.
cl-recaptcha
common-lisp
.
drakma
.
flexi-streams
.
jsown
.
*recaptcha-header-script-tag*
(special variable).
*secret-key*
(special variable).
*site-key*
(special variable).
challenge-js
(function).
challenge-ns
(function).
verify-captcha
(function).
*captcha-verify-url*
(special variable).
Definitions are sorted by export status, category, package, and then by lexicographic order.
The source of the javascript file, the standard value comes from recaptcha itself and should be available in any case
Secret key for the recaptcha service. This is mainly used server side to validate the challenge resopnse. Register at https://www.google.com/recaptcha/intro/index.html
Site key for the recaptcha service. This is public facing and will appear in the div element that holds the recaptcha form. Register at https://www.google.com/recaptcha/intro/index.html
This is the javascript-enabled version of the challenge, recaptcha advises you to use this.
This is the javascript-disabled version of the challenge. Google does not recommend it’s use if Javascript is a requirement for your site
Verifies the result the user gave. There are two values returned. The first indicates the success or failure, the second indicates the error code the captcha-server gave. Errors are returned in a list (just as the original JSON response returns errors in an array).
This is the URL that will be used to verify the result of the captcha. This is the one recaptcha provides
Jump to: | C F V |
---|
Jump to: | C F V |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | C F P S |
---|
Jump to: | C F P S |
---|