csrf
csrf copied to clipboard
Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
Fixes #158, which is essentially that 1. none of the examples in the README for working with a JavaScript frontend will work without proper CORS config on the backend 2....
**Describe the bug** (First off, I'm not 100% whether this is a bug, a feature request, or me not understanding something, so apologies if I categorized it incorrectly). I have...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Calling an endpoint protected with `csrf.Protect` results in a 403 status...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Looks like a bug to me, but I hope I'm not...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I want to pass a token in headers but when I...
## What type of PR is this? (check all applicable) - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation...
### Is there an existing feature request for this? - [X] I have searched the existing feature requests ### Is your feature request related to a problem? Please describe. I...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Based on my understanding and testing, it appears that the variable...