Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.