dchest / captcha

Go package captcha implements generation and verification of image and audio CAPTCHAs.
godoc.org/github.com/dchest/captcha
MIT License
1.92k stars 293 forks source link

Is there no api for setting CollectNum and Expiration? #30

Closed xvrzhao closed 4 years ago

dchest commented 4 years ago

There is, just create a new memory store using NewMemoryStore and set it with SetCustomStore.

xvrzhao commented 4 years ago

@dchest Thank you for your answer and this project, it brings me convenience.