Quantcast
Channel: Bountied questions - Information Security Stack Exchange
Viewing all articles
Browse latest Browse all 154

Does Firebase App Check provide CSRF protection?

$
0
0

Quoting the OWASP Cheat Sheet on CSRF Prevention:

Using the Synchronizer Token Pattern:

CSRF tokens should be:

  • Unique per user session.
  • Secret
  • Unpredictable (large random value generated by a secure method).

As far as I can tell App Check is all of these. As I understand it, their token generation uses a server secret (though it may involve some frontend computation as well), which is then verified by the API endpoint.


Viewing all articles
Browse latest Browse all 154

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>