Registry / web-framework / go-macaron-captcha

go-macaron-captcha

JSON →
library0.2.0gogounverified

A middleware that provides captcha service for the Macaron web framework.

go get github.com/go-macaron/captcha
INSTALL
IMPORT
SIG · GO-MACARON-CAPTCHA
G
go-macaron-captcha
web-frameworkgov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

captcha
github.com/go-macaron/captcha

Register the captcha middleware in a Macaron application.

package main import ( "gopkg.in/macaron.v1" "github.com/go-macaron/captcha" ) func main() { m := macaron.Classic() m.Use(captcha.Captchaer()) m.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-macaron-captcha — go get go-macaron-captcha · libregistry