1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Use gitea forked macaron (#7933)

Signed-off-by: Tamal Saha <tamal@appscode.com>
This commit is contained in:
Tamal Saha
2019-08-23 09:40:30 -07:00
committed by techknowlogick
parent ca6fb004ac
commit 171b359877
408 changed files with 14882 additions and 13217 deletions

18
vendor/gitea.com/macaron/csrf/README.md generated vendored Normal file
View File

@@ -0,0 +1,18 @@
# csrf [![Build Status](https://drone.gitea.com/api/badges/macaron/csrf/status.svg)](https://drone.gitea.com/macaron/csrf)
Middleware csrf generates and validates CSRF tokens for [Macaron](https://gitea.com/macaron/macaron).
[API Reference](https://gowalker.org/gitea.com/macaron/csrf)
### Installation
go get gitea.com/macaron/csrf
## Getting Help
- [API Reference](https://gowalker.org/gitea.com/macaron/csrf)
- [Documentation](http://go-macaron.com/docs/middlewares/csrf)
## License
This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.