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 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
justinas/nosurfProtects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input1,603
fastify/csrf-protectionProtects against Cross-Site Request Forgery (CSRF) attacks in Fastify servers.154
maxcountryman/flask-seasurfAn extension that helps protect against cross-site request forgery attacks in web applications190
tinyhttp/malibuMiddleware to help prevent cross-site request forgery attacks in web applications124
slimphp/slim-csrfA middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests341
koajs/stateless-csrfProtects against cross-site request forgery attacks by hashing and verifying user cookies on each request.16
vapor-community/socketsA non-blocking TCP socket layer with event-driven server and client575
vapor/jwtProvides JWT support for authentication in Vapor web applications327
mozilla/django-session-csrfAn alternative implementation of Django's CSRF protection that does not use cookies.111
0xinfection/xsrfprobeA toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites.1,116
gorilla/csrfA middleware library providing protection against malicious requests through the use of tokens.1,062
vapor-community/vapor-extExtensions for Vapor Swift data types and classes with handy methods and performance improvements36
vapor-community/telesign-providerProvides an API wrapper for Telesign's SMS service in Swift.10
vapor-community/swiftybeaver-providerAdds powerful logging capabilities to Vapor server-side Swift web framework33
brokenhandsio/vaporsecurityheadersA middleware library for adding security headers to Vapor applications149