tiny-csrf
tiny-csrf copied to clipboard
Tiny CSRF for express js applications
Results
3
tiny-csrf issues
Sort by
recently updated
recently updated
newest added
If any token other than the last call to `req.csrfToken()` is passed it fails. In a situation where multiple clients are loading the page and each getting a token this...
I only have 3 or 4 POST urls that I want to check. For example: Check ==== POST /posturl1 POST /posturl2 POST /posturl3 DO not Check ========= POST ***ANY OTHER...