Skip to content

Repository files navigation

Package captcha provides an easy to use, unopinionated API for captcha generation.

PkgGoDevBuild StatuscodecovGo Report Card

Why another captcha generator?

I want a simple and framework-independent way to generate captcha. It also should be flexible, at least allow me to pick my favorite font.

install

go get github.com/steambap/captcha

usage

funchandle(w http.ResponseWriter, r*http.Request) {
// create a captcha of 150x50pxdata, _:=captcha.New(150, 50)
// session come from other library such as gorilla/sessionssession.Values["captcha"] =data.Textsession.Save(r, w)
// send image data to clientdata.WriteImage(w)
}

documentation | example | font example

sample image

image

image

Compatibility

This package uses embed package from Go 1.16. If for some reasons you have to use pre 1.16 version of Go, reference pre 1.4 version of this module in your go.mod.

Contributing

If your found a bug, please contribute! see contributing.md for more detail.

License

MIT

About

😎Package captcha provides an easy to use, unopinionated API for captcha generation

Topics

Resources

Code of conduct

Contributing

Stars

163 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages