philsturgeon / codeigniter-oauth2

NO LONGER ACTIVELY MAINTAINED. USE https://github.com/thephpleague/oauth2-client INSTEAD
http://getsparks.org/packages/oauth2/versions/HEAD/show
351 stars 178 forks source link

Append $params with provider specific attr. #37

Closed philmareu closed 11 years ago

philmareu commented 11 years ago

I noticed the $params var wouldn't get added in the auth and access methods. I added a simple array append to get around it for my custom provider class.