# README
CSRF Example
This example shows that how to use CSRF Middleware.
Please refer to Session Middleware and CSRF Middleware for getting more information.
Install Dependences
go get github.com/clevergo/session
go get github.com/clevergo/csrf
Run Application
go run $GOPATH/src/github.com/headwindfly/clevergo/examples/csrf/main.go
And then navigate to http://localhost:8080.