1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-09 21:15:56 +00:00

Add an example for CSRF Protection

Former-commit-id: c38fd425b00210f730e274385cb2156b423f7fbc
This commit is contained in:
kataras
2017-11-14 10:48:57 +02:00
parent e67346b459
commit 3b572eb23b
4 changed files with 61 additions and 1 deletions

1
_examples/README.md Normal file → Executable file
View File

@@ -309,6 +309,7 @@ You can serve [quicktemplate](https://github.com/valyala/quicktemplate) files to
- [Profiling (pprof)](miscellaneous/pprof/main.go)
- [Internal Application File Logger](miscellaneous/file-logger/main.go)
- [Google reCAPTCHA](miscellaneous/recaptcha/main.go)
- [Cross-Site Request Forgery Protection](miscellaneous/csrf/main.go)
### Experimental Handlers