1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-28 15:27:03 +00:00

Add example for Google reCAPTCAA middleware. Prev Commit: Update to 8.2.2. Read HISTORY.md

Former-commit-id: 04f8d4b96336506f49c9b4285112d638f1e8dd97
This commit is contained in:
kataras
2017-08-10 15:41:59 +03:00
parent 4da5cd47f1
commit 0e260897fb
4 changed files with 48 additions and 1 deletions

View File

@@ -168,6 +168,7 @@ You can serve [quicktemplate](https://github.com/valyala/quicktemplate) files to
- [Recovery](miscellaneous/recover/main.go)
- [Profiling (pprof)](miscellaneous/pprof/main.go)
- [Internal Application File Logger](miscellaneous/file-logger/main.go)
- [Google reCAPTCHA](miscellaneous/recaptcha/main.go)
#### More