Update: [CSRF] Mention that non-signed Double Submit Cookie tokens can be generated client & server side. #1111
Labels
ACK_OBTAINED
Issue acknowledged from core team so work can be done to fix it.
HELP_WANTED
Issue for which help is wanted to do the job.
UPDATE_CS
Issue about the update/refactoring of a existing cheat sheet.
What is missing or needs to be updated?
OWASP Double Submit cookie doesn’t mention whether the token should be generated server or client side. However, it does so for the Synchronizer token pattern.
This has historically created many doubts:
Using non-signed tokens, there's no difference between generating the token server or client side, since both:
HttpOnly
cookieHow should this be resolved?
The Double Submit Cookie section should state more specifically that the token can be generated both server and client side for non-signed tokens, but only server-side for signed token, thus eliminating confusion.
The text was updated successfully, but these errors were encountered: