Bouke Haarsma
Bouke Haarsma
The code is modelled after django’s own middleware. I suggest we keep doing that. Does the same problem also exist in their code, or did that code change since we...
What database backend are you using? I would expect Django to use prepared statements, so SQL injections should be off the table. Maybe you meant Cross Site Scripting (XSS), which...
That's quite a debug session in order to find that! I've made a minor change in 317e337bc4d646558915fc5b4da2308af4aeead2 to logout a user when he's trying to delete his current session. This...
I'm thinking along these lines; 1. Session A clicks "end all other sessions" 2. Session B clicks "heavy page" (a page that requires a while to process) 3. Server starts...
Hi @nagyv, thanks for your contribution. Allowing integrators of this package to test their stack is a great win. While the code looks good to go, I would like to...
Hi @nagyv, please let me know if you experience difficulties adding unit tests. Otherwise I could have a go at adding those unit tests, if you're not able to provide...
@stevejalim I also think this would be a nice feature to have. However code added to the project should be accompanied by unit tests, to make sure all functionality stays...
Hi @nagyv, please let me know if you experience difficulties adding unit tests. Code added to the project should be accompanied by unit tests, to make sure all functionality stays...
/cc @ricco386
@jezdez when I add a "Github incoming webhook" on readthedocs, I'm getting the following error: > Could not add webhook for Django User Sessions. Make sure you have the correct...