Skip to content

Releases: simonw/asgi-csrf

0.5.1

06 Jun 00:14
Compare
Choose a tag to compare
  • Fixed bug where original ASGI headers were not being passed through for some cases. #10

0.5

05 Jun 23:28
Compare
Choose a tag to compare
0.5
  • Send Vary: Cookie on all pages that display the csrftoken in e.g. a hidden form field. #9

0.4

05 Jun 18:52
Compare
Choose a tag to compare
0.4
  • Only set csrftoken cookie if it is needed by the current page. #7
  • Add Vary: Cookie header when setting a cookie. #8

0.3.1

05 Jun 04:17
Compare
Choose a tag to compare
  • Specify Path=/ when setting cookie. #6

0.3

03 Jun 23:54
Compare
Choose a tag to compare
0.3
  • Cookie values are now signed to prevent subdomain attacks (described here). #2
  • First non-alpha release

0.2.2a

03 Mar 12:39
Compare
Choose a tag to compare

Fixed cookie encoding bug

0.2.1a

02 Mar 03:32
Compare
Choose a tag to compare

Fixed bug where POST data for forms was not being completely forwarded on to the underlying app.

0.2a

02 Mar 03:23
Compare
Choose a tag to compare

Broken release, don't use this.

0.1a

02 Mar 03:19
Compare
Choose a tag to compare

First mostly-working version.