Go to file
tamalsaha 3dc5a44744 Use github.com/unknwon/com (#7) 2019-08-22 02:42:05 +00:00
.drone.yml add drone (#3) 2019-08-05 05:22:34 +00:00
csrf_test.go Use github.com/unknwon/com (#7) 2019-08-22 02:42:05 +00:00
csrf.go Use github.com/unknwon/com (#7) 2019-08-22 02:42:05 +00:00
go.mod Use github.com/unknwon/com (#7) 2019-08-22 02:42:05 +00:00
go.sum Use github.com/unknwon/com (#7) 2019-08-22 02:42:05 +00:00
LICENSE first commit 2014-07-30 06:37:51 -04:00
README.md Update 'README.md' (#2) 2019-08-02 15:25:11 +00:00
xsrf_test.go upgrade with macaron 2015-10-13 23:36:06 -04:00
xsrf.go csrf: token uses raw url encoding without padding (#8) 2018-09-14 10:22:40 -04:00

csrf Build Status

Middleware csrf generates and validates CSRF tokens for Macaron.

API Reference

Installation

go get gitea.com/macaron/csrf

Getting Help

License

This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.