opauth / opauth

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

similar fix to the one implemented by Symfony Request object #95

Open kampernet opened 9 years ago

kampernet commented 9 years ago

https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpFoundation/Request.php#L1127 to allow for loadbalanced secure connections to have the host for the callback automatically determined, without creating Symfony dependency. Also set it to not fire notices when referenced from CLI.