Crates.io | rocket_csrf_guard_derive |
lib.rs | rocket_csrf_guard_derive |
version | 0.0.2 |
source | src |
created_at | 2024-01-01 05:23:08.925784 |
updated_at | 2024-01-11 06:59:17.551257 |
description | Ergonomic CSRF protection for Rocket applications |
homepage | |
repository | https://github.com/mhlakhani/rocket_csrf_guard |
max_upload_size | |
id | 1085169 |
size | 5,219 |
This is a collection of utilities for adding CSRF protection to Rocket powered web applications.
This is a useful building block for secure by default frameworks, as seen in this blogpost
Works with rocket 0.5.0 and above.
Look at the documentation and examples to learn more.
This is provided AS-IS and does not guarantee a secure application by itself. For reporting security issues in this library, please contact me using the information on my github profile.