Open jamesplease opened 9 years ago
I think all you need for compliance is btoa
and atob
.
lol wat
@thejameskyle, I looked into some security resources to see if I could find anyone explaining what sort of attack this prevents / how to implement it, and I couldn't find anything. I'm probably just bad at googling, though.
This seemed to be related to cross site request forgeries, so I googled that, and here's what I found:
https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet https://en.wikipedia.org/wiki/Cross-site_request_forgery
Do you have any links that explain what sorts of attacks this prevents, and how to prevent it?
http://tools.ietf.org/html/rfc2617
//cc @thejameskyle