-
-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hey, really loving the book! I did notice on section that seemed a bit out of date.
Similar to #12, CSRF can be mitigated on 96%+ of browsers by using a dual cookie method described here.
The current page reads:
CSRF protection must be implemented when using cookies, and using the SameSite flag is not sufficient.
...
Lax should be preferred over Strict for the SameSite attribute as using Strict will cause the browser to not send the session cookie when the user visits your application via an external link.
I suggest updating this to be in line with the changes in #15, and ideally linking citations.
Metadata
Metadata
Assignees
Labels
No labels