pulkitjalan / google-apiclient

Google api php client wrapper with Cloud Platform and Laravel support
MIT License
249 stars 75 forks source link

Add the ability to assign $cert->sub #8

Closed avanderbergh closed 9 years ago

avanderbergh commented 9 years ago

Added an optional parameter to the __constructor method. If this is set, $cert->sub=$userEmail is set in useAssertCredentials.

pulkitjalan commented 9 years ago

Thanks, it needs a bit more work for laravel so this might change when I get time to look at it.