CSRF middleware
Open
- Dominant language
- Rust
- Stars
- 5.1k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
## Feature Request
## Detailed Description
I'd like to see tide have a feature for ensuring that requests are not forged from other origins. There are several mechanisms by which this can be achieved (and some of these are pretty robust).
## Context
Security is hard. Sensible defaults and robust tooling mean that users can at least have a chance. There are several things that Tide could add to help users build secure applications, CSRF is a sensible first effort.
## Possible Implementation
I don't have concrete ideas (yet) but I've talked to @yoshuawuyts who has some, I think.
Contributor guide
Assessment
This issue has not been assessed yet.