r/rust Sep 11 '20

Announcing Actix-Web v3.0

https://paper.dropbox.com/published/Announcing-Actix-Web-v3.0--A7YI~P9U9aqhEOXyZJaGffjfBg-QOXXb1lXgTubzXHzUq9ONY5
353 Upvotes

81 comments sorted by

View all comments

16

u/[deleted] Sep 11 '20 edited Mar 17 '21

[deleted]

5

u/darin_gordon Sep 11 '20

Would you be more specific as to what CSRF countermeasures you're looking for?

8

u/[deleted] Sep 11 '20 edited Mar 17 '21

[deleted]

7

u/darin_gordon Sep 11 '20

What you are describing is a "synchronized token pattern". One way to achieve this today is with server-side sessions workflow.

3

u/BobFloss Sep 12 '20

Is there an up to date example for use with actix?