-
There is a warning on the site:
Could someone explain this risk in detail? What does "attack vectors" means? Now if I force use API Clients in browser(by modifying the krato's code to avoid error), what will be the risks? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @wenqi73 I recommend this article if you want to learn more about CSRF, SPA and potential attacks: http://codyaray.com/2020/08/vulnerable-csrf-attacks The risk is not trivial:
Check out this blogpost for a less insecure implementation for SPAs: |
Beta Was this translation helpful? Give feedback.
Hello @wenqi73
I recommend this article if you want to learn more about CSRF, SPA and potential attacks: http://codyaray.com/2020/08/vulnerable-csrf-attacks
The risk is not trivial: