CSRF

Request protector

Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions.

A package to add protection to Vapor against CSRF attacks.

GitHub

41 stars
8 watching
8 forks
Language: Swift
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
justinas/nosurf Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input 1,589
fastify/csrf-protection Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify applications. 153
maxcountryman/flask-seasurf An extension that helps protect against cross-site request forgery attacks in web applications 190
tinyhttp/malibu Middleware to help prevent cross-site request forgery attacks in web applications 124
slimphp/slim-csrf A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests 338
koajs/stateless-csrf Protects against Cross-Site Request Forgery (CSRF) attacks without relying on sessions. 16
vapor-community/sockets A non-blocking TCP socket layer with event-driven server and client 575
vapor/jwt Provides JWT support for authentication in Vapor web applications 327
mozilla/django-session-csrf An alternative implementation of Django's CSRF protection that does not use cookies. 110
0xinfection/xsrfprobe A toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites. 1,108
gorilla/csrf A middleware library providing protection against malicious requests through the use of tokens. 1,053
vapor-community/vapor-ext Extensions for Vapor Swift data types and classes with handy methods and performance improvements 36
vapor-community/telesign-provider Provides an API wrapper for Telesign's SMS service in Swift. 10
vapor-community/swiftybeaver-provider Adds powerful logging capabilities to Vapor server-side Swift web framework 33
brokenhandsio/vaporsecurityheaders A middleware library for adding security headers to Vapor applications 149