CSRF token middleware for ExpressJS
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
CSURF is a Node.js middleware for CSRF protection in ExpressJS applications, designed to prevent Cross-Site Request Forgery attacks by validating tokens in HTTP requests. It supports multiple protection modes, including synchronizer token and double-submit cookie patterns, and is suitable for developers building secure web applications, particularly those handling user sessions or cookies.