opauth / opauth

Multi-provider authentication framework for PHP
http://opauth.org
MIT License
1.65k stars 243 forks source link

Set exit to false in the strategy when making a request call #92

Open mardix opened 10 years ago

mardix commented 10 years ago

Set exit to false by default. When calling it inside of a Controller class, exit() will trigger the call to destruct() if the class has one. By setting it to false, it is left to the developer to do an explicit exit(), so the program doesn't barf. destruct() may have certain stuff that you may not want to execute. This fix it.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-13.16%) when pulling 665e5d3b45300d68692797cb53158d29daef07fd on mardix:1.0 into 00c993c9da27a612dd973c69a32c97fe8da6b2f7 on opauth:1.0.