Results 43 comments of Patrick Rauscher

One possible problem could be that `SESSION_COOKIE_SECURE` is not set to True by default in django. As djangosaml2 reuses this variable, by default the cookie will be sent with SameSite=None...

If you like I can provide a PR to set `*_COOKIE_PATH` to an appropriate value based on `BASE_PATH`, but I need an accepted issue first

PR was merged, so this can be closed now, thanks @milanboers :)

This might be old, but I would like to add a use case for this: Say your application is packaged as a full Container, but the container shall not include...

As this bug still prevents us from upgrading mypy and using Python 3.12-generic classes: Is there anything I could to to support here? Sadly I'm not too familiar with inner...

I found a fix that would fix the bug, but am not sure about possible side effects. In https://github.com/python/typeshed/blob/main/stdlib/multiprocessing/context.pyi#L84 (and Line 86) replace `SynchronizedBase` with `Synchronized`. Is there anybody here...

If you have Google Photos integrated in your Google Drive, multiple files having the same path might happen some time, as Google Photos will save modified copies (e.g. auto-rotated image)...

Thanks for the fast feedback, I opted for number 2, so see #404 :)

Just to keep it noted here: #404 is now merged, but only solves this issue for login-requests by providing a post binding form which uses the nonce. The same would...