Closed grayxr closed 9 years ago
Will take a look into this.
getLoginUrl
method takes array of scopes. If this array is empty, defaul basic
scope is set instead.
Actualy any other scope is merged with this default scope. Everytime.
@jgrayillustrate could you post some example code and expectation? Thanks
Fixed.
I was tinkering with Client.php and it seems that the 'mergeScope' method is not working properly with the Laravel implementation. I try to set the scope array, but I keep getting the default 'basic' as the scope parameter when trying to authorize a user with the 'getLoginUrl' method.