csrf
Token protection middleware
A middleware library providing protection against malicious requests through the use of tokens.
Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
1k stars
27 watching
155 forks
Language: Go
last commit: 12 months ago
Linked from 3 awesome lists
csrfcsrf-protectioncsrf-tokensgogolanggorillagorilla-web-toolkitmiddlewaresecurityxsrf
Related projects:
Repository | Description | Stars |
---|---|---|
| Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input | 1,603 |
| A utility for parsing and breaking down CSS3 code into smaller components | 87 |
| Generates and verifies securely encoded cookie values using HMAC authentication and optional encryption. | 701 |
| An alternative implementation of Django's CSRF protection that does not use cookies. | 111 |
| A simple HTTP router for Go. | 154 |
| Protects Go web applications from common security threats and attacks by integrating intrusion detection functionality into an HTTP middleware. | 358 |
| Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |
| A Go library that generates web feeds in Atom and RSS 2.0 formats from any application. | 747 |
| A toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites. | 1,116 |
| An extension that bypasses anti-CSRF tokens in web applications | 18 |
| A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests | 341 |
| An explanation of how CSRF attacks work and how to mitigate them in web applications. | 1,402 |
| A comprehensive Golang library for developing malware and security infrastructure tools. | 937 |
| An extension that automatically modifies certain HTTP requests to reveal potential CSRF vulnerabilities in web applications. | 160 |
| Middleware to help prevent cross-site request forgery attacks in web applications | 124 |