invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 69 forks source link

Fully fixed the disable https config setting #18

Closed luukholleman closed 8 years ago

luukholleman commented 8 years ago

I think the author of PR #17 didn't test it through, the code didn't even work.

Like \Config::get('https') should be \Config::get('steam-auth.https') and the fact that he missed some url function calls where he should've used the config too.

Fixed them in this pr, also updated the config in the readme.