Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heartsucker/rust-csrf
Primitives for CSRF protection.
https://github.com/heartsucker/rust-csrf
cryptography csrf csrf-protection http rust security
Last synced: 10 days ago
JSON representation
Primitives for CSRF protection.
- Host: GitHub
- URL: https://github.com/heartsucker/rust-csrf
- Owner: heartsucker
- License: mit
- Created: 2017-02-25T19:30:30.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-08T17:35:11.000Z (5 months ago)
- Last Synced: 2024-10-25T16:56:28.438Z (16 days ago)
- Topics: cryptography, csrf, csrf-protection, http, rust, security
- Language: Rust
- Homepage: https://crates.io/crates/csrf
- Size: 99.6 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-csrf
Primitives for building CSRF protection.
Documentation is hosted at [docs.rs](https://docs.rs/csrf/). This crate is used by
[iron-csrf](https://github.com/heatsucker/iron-csrf) and be used as a reference for
using `rust-csrf` in other applications.## Contributing
Please make all pull requests to the `develop` branch.
### Bugs
This project has a **full disclosure** policy on security related errors. Please
treat these errors like all other bugs and file a public issue. Errors communicated
via other channels will be immediately made public.## Legal
### License
This work is licensed under the MIT license. See [LICENSE](./LICENSE) for details.
### Cryptography Notice
This software includes and uses cryptographic software. Your current country may have
restrictions on the import, export, possession, or use of cryptographic software. Check
your country's relevant laws before using this in any way. See
[Wassenaar](http://www.wassenaar.org/) for more info.