https://github.com/plume-org/rocket_csrf
Rocket fairing for automatic csrf protection
https://github.com/plume-org/rocket_csrf
csrf fairing rocket rust security web
Last synced: 27 days ago
JSON representation
Rocket fairing for automatic csrf protection
- Host: GitHub
- URL: https://github.com/plume-org/rocket_csrf
- Owner: Plume-org
- License: gpl-3.0
- Created: 2018-06-24T15:37:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T15:24:44.000Z (over 2 years ago)
- Last Synced: 2025-05-13T01:06:41.309Z (27 days ago)
- Topics: csrf, fairing, rocket, rust, security, web
- Language: Rust
- Size: 124 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rocket CSRF
A crate to help you protect your Rocket applications against CSRF.
## Features
//todo
## Usage
//todo