codenitive / laravel-oneauth

OAuth and OAuth2 Auth bundle for Laravel

Home Page:http://bundles.laravel.com/bundle/oneauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting error from parse_params method.

taylorotwell opened this issue · comments

Using the google strategy.... in oauth/core.php line 250 I'm getting an "undefined offset 1" error. var_dumping params shows params is actually a json string, not a query string. Any ideas?