Codebase list golang-github-go-macaron-csrf / 69c252e5-6ecf-4005-9ee0-508e127848ae/upstream
69c252e5-6ecf-4005-9ee0-508e127848ae/upstream

Tree @69c252e5-6ecf-4005-9ee0-508e127848ae/upstream (Download .tar.gz)

# csrf

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/go-macaron/csrf/Go?logo=github&style=for-the-badge)](https://github.com/go-macaron/csrf/actions?query=workflow%3AGo)
[![codecov](https://img.shields.io/codecov/c/github/go-macaron/csrf/master?logo=codecov&style=for-the-badge)](https://codecov.io/gh/go-macaron/csrf)
[![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/go-macaron/csrf?tab=doc)
[![Sourcegraph](https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?style=for-the-badge&logo=sourcegraph)](https://sourcegraph.com/github.com/go-macaron/csrf)

Middleware csrf generates and validates CSRF tokens for [Macaron](https://github.com/go-macaron/macaron).

### Installation

	go get github.com/go-macaron/csrf
	
## Getting Help

- [API Reference](https://gowalker.org/github.com/go-macaron/csrf)
- [Documentation](https://go-macaron.com/middlewares/csrf)

## License

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