Is Paypal’s Stateless CSRF no longer Express Compatible
My question is on paypals csrf stateless solution: https://github.com/krakenjs/jwt-csrf
This csrf solution obliges the user to put the token in the header. Is there a security reason why the token should be in the header?
I… Continue reading Is Paypal’s Stateless CSRF no longer Express Compatible