explain where to get nonce from

This commit is contained in:
forest 2021-02-25 17:22:22 -06:00
parent cdb54e0023
commit 0ed2585bdb

View File

@ -121,8 +121,7 @@ Return type: `text/plain` (error/status messages only)
- This challenge was returned by `GetChallenges`. - This challenge was returned by `GetChallenges`.
- `GetChallenges` hasn't been called 10 or more times since this challenge was originally returned. - `GetChallenges` hasn't been called 10 or more times since this challenge was originally returned.
- `Verify` has not been called on this challenge before. - `Verify` has not been called on this challenge before.
- The provided hexadecimal nonce solves the challenge. - The provided hexadecimal nonce solves the challenge. (This nonce string will be passed to the function you specify in [data-sqr-captcha-callback](#data-sqr-captcha-callback) )
Otherwise it returns 404, 400, or 500. Otherwise it returns 404, 400, or 500.