Go to file
2019-08-05 05:22:34 +00:00
.drone.yml add drone (#3) 2019-08-05 05:22:34 +00:00
csrf_test.go go mod init (#4) 2019-08-01 18:56:54 +00:00
csrf.go go mod init (#4) 2019-08-01 18:56:54 +00:00
go.mod add drone (#3) 2019-08-05 05:22:34 +00:00
go.sum add drone (#3) 2019-08-05 05:22:34 +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.