Categorygithub.com/go-macaron/captcha
modulepackage
0.2.0
Repository: https://github.com/go-macaron/captcha.git
Documentation: pkg.go.dev

# README

captcha

GitHub Workflow Status codecov GoDoc Sourcegraph

Middleware captcha provides captcha service for Macaron.

Installation

go get github.com/go-macaron/captcha

Getting Help

License

This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.

# Functions

Captchaer is a middleware that maps a captcha.Captcha service into the Macaron handler chain.
NewCaptcha initializes and returns a captcha with given options.
NewImage returns a new captcha image of the given width and height with the given digits, where each digit must be in range 0-9.

# Structs

Captcha represents a captcha service.
No description provided by the author
No description provided by the author