This pull request address issue #42 "params variable is defined incorrectly on line 284"
Based on the recommendation by @mobile09 in #42, I've corrected line 284 in crowd.py and I was able to confirm that this fix is working as expected when validating a session with a user passing through a proxy.
I've encountered the same issue and fixed it internally, though it was a good idea to get it fixed upstream ;)
I've only bump the minor version since this is not a big change in functionality but only a fix.
This pull request address issue #42 "params variable is defined incorrectly on line 284"
Based on the recommendation by @mobile09 in #42, I've corrected line 284 in crowd.py and I was able to confirm that this fix is working as expected when validating a session with a user passing through a proxy.
I've encountered the same issue and fixed it internally, though it was a good idea to get it fixed upstream ;)
I've only bump the minor version since this is not a big change in functionality but only a fix.
Thanks, Maiko