2019-08-23 18:40:30 +02:00
|
|
|
# captcha [![Build Status](https://drone.gitea.com/api/badges/macaron/captcha/status.svg)](https://drone.gitea.com/macaron/captcha)
|
2019-03-27 12:15:23 +01:00
|
|
|
|
2019-08-23 18:40:30 +02:00
|
|
|
Middleware captcha provides captcha service for [Macaron](https://gitea.com/macaron/macaron).
|
2019-03-27 12:15:23 +01:00
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
2019-08-23 18:40:30 +02:00
|
|
|
go get gitea.com/macaron/captcha
|
2019-03-27 12:15:23 +01:00
|
|
|
|
|
|
|
## Getting Help
|
|
|
|
|
2019-08-23 18:40:30 +02:00
|
|
|
- [API Reference](https://gowalker.org/gitea.com/macaron/captcha)
|
2019-03-27 12:15:23 +01:00
|
|
|
- [Documentation](http://go-macaron.com/docs/middlewares/captcha)
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.
|