captcha
captcha copied to clipboard
Go package captcha implements generation and verification of image and audio CAPTCHAs.
add captcha redis storage adapter and example
It seems that there is no way to do this, though it would be helpful. I'd like to alert my users with "expired captcha" or "invalid captcha" instead of just...
Currently, `Server`, accepts `imgWidth` and `imgHeight`. I'd like to change it to accept a configuration struct to make it easier to expand it without API change: ``` type ServerConfig struct...
'memoryStore.collect()' may run concurrently, and we can return immediately when it is collecting by checking 'numStored' value.