crumb
Crumb
A module that helps protect against cross-site request forgery (CSRF) attacks in web applications by generating and validating secret values called crumb.
CSRF crumb generation and validation for hapi
171 stars
27 watching
51 forks
Language: JavaScript
last commit: 29 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
henczi/ngx-crumbs | A comprehensive breadcrumb service for Angular applications | 7 |
nirtz89/crumbsjs | A lightweight JavaScript library for managing cookies and local storage | 233 |
jkheadley/rest-hapi | Automates RESTful API generation from Mongoose schema definitions using a Node.js plugin | 1,188 |
tengla/hapi-rethinkdb-crud | CRUD handlers for Hapi and Rethinkdb. | 3 |
fastify/csrf-protection | Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify applications. | 153 |
vapor-community/csrf | Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |
tinyhttp/malibu | Middleware to help prevent cross-site request forgery attacks in web applications | 124 |
hapijs/bourne | Provides a drop-in replacement for JSON parsing with built-in protection against prototype poisoning vulnerabilities | 169 |
nlf/blankie | A Hapi plugin that enables Content Security Policy (CSP) security features for web applications. | 52 |
pillarjs/understanding-csrf | An explanation of how CSRF attacks work and how to mitigate them in web applications. | 1,402 |
nvcexploder/makemehapi | A tool to learn Hapi by completing challenges | 0 |
koajs/stateless-csrf | Protects against Cross-Site Request Forgery (CSRF) attacks without relying on sessions. | 16 |
crufter/haquery | Allows HTML manipulation and template rendering using CSS selectors familiar to web developers | 65 |
slimphp/slim-csrf | A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests | 338 |
hilmanski/github-content-crud-api | An API to manage and manipulate content in a GitHub repository | 6 |