You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,13 @@ pytest
195
195
* Remove deprecated method `generate_csrf`, please use `generate_csrf_tokens`.
196
196
* Validate `FormData` value received for given `token_key` is in fact a string, not `UploadFile`
197
197
198
+
### Version 1.0.1
199
+
200
+
* Fix cookie unsetting when configuring library with cookie `Secure` and / or `SameSite=None`
201
+
* Test cookie settings covering `SameSite` options and `Secure` usage
202
+
* Bypass `https` tests using manual `test_client.base_url = 'https://testserver'`
203
+
204
+
198
205
### Run Examples
199
206
200
207
To run the provided examples, first you must install extra dependencies [uvicorn](https://github.com/encode/uvicorn) and [jinja2](https://github.com/pallets/jinja/)
0 commit comments