python-openid icon indicating copy to clipboard operation
python-openid copied to clipboard

Fixed doVerify 200 OK response in consumer.py example code

Open BigBlueHat opened this issue 12 years ago • 2 comments

It was missing both a status code and a proper content-type.

Also closed self.wfile for good measure.

BigBlueHat avatar Aug 28 '13 01:08 BigBlueHat

yep. I got bitten by this problem, too. The fix works as expected.

muelli avatar Jan 05 '14 23:01 muelli

I too can confirm this works as expected.

jerrykan avatar Jan 15 '14 13:01 jerrykan