File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# csrf
22
33[ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/flamego/csrf/Go?logo=github&style=for-the-badge )] ( https://github.com/flamego/csrf/actions?query=workflow%3AGo )
4- [ ![ Codecov] ( https://img.shields.io/codecov/c/gh/flamego/csrf?logo=codecov&style=for-the-badge )] ( https://app.codecov.io/gh/flamego/csrf )
54[ ![ GoDoc] ( https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go )] ( https://pkg.go.dev/github.com/flamego/csrf?tab=doc )
6- [ ![ Sourcegraph] ( https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?style=for-the-badge&logo=sourcegraph )] ( https://sourcegraph.com/github.com/flamego/csrf )
75
86Package csrf is a middleware that generates and validates CSRF tokens for [ Flamego] ( https://github.com/flamego/flamego ) .
97
108## Installation
119
12- The minimum requirement of Go is ** 1.18** .
13-
14- go get github.com/flamego/csrf
15-
10+ ``` zsh
11+ go get github.com/flamego/csrf
12+ ```
1613
1714## Getting started
1815
You can’t perform that action at this time.
0 commit comments