toshipon / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

Test server never requires authorization #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In examples/server/core/init.php, function assert_logged_in(), line 94, the
assertion returns without calling exit(). 

Because of this, it appears that when a user tries to begin the oauth
dance, he is never redirected to the login screen but directly on to the
callback url. 

This looks like a bug in the test server?

Original issue reported on code.google.com by rt...@bossduck.com on 4 May 2010 at 1:44

GoogleCodeExporter commented 9 years ago
Yes, it seems so. Fixed on SVN. Thanks!

Original comment by brunobg%...@gtempaccount.com on 4 May 2010 at 7:09