-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A better implementation for additional scopes #66
Comments
nasatome
added a commit
to nasatome/laravel-gmail
that referenced
this issue
Apr 24, 2019
Please, check these commits :) I hope they help the community, as they are helping me. |
nasatome
added a commit
to nasatome/laravel-gmail
that referenced
this issue
Apr 30, 2019
…le users are used
dacastro4
pushed a commit
that referenced
this issue
Apr 30, 2019
…tyle (#65) * Enable encryption in json files * [fix] read non encrypted json * [fix] Now Accept additional scopes in URL Style #66 https://developers.google.com/identity/protocols/googlescopes * [chore] indent * [chore] Update Docs * [chore] Update Docs for Additional Scopes
dacastro4
pushed a commit
that referenced
this issue
Apr 30, 2019
dacastro4
pushed a commit
that referenced
this issue
May 13, 2019
) * Enable encryption in json files * [fix] read non encrypted json * [fix] Now Accept additional scopes in URL Style #66 https://developers.google.com/identity/protocols/googlescopes * [chore] indent * [chore] Update Docs * [chore] Update Docs for Additional Scopes * [fix] #71 Refresh token if needed in constructor * [fix] #71 Save new refreshed Access Token line#158 Although it is only a line, there is already a function that performs that task (SOLID) * [fix] #71 avoid making multiple requests for the refreshed token * [fix] #71 object to associative array in $savedConfigToken * [feature] #71 add checkPreviouslyLoggedIn function * [fix] #71 save null email and return token in refreshTokenIfNeeded * [fix] #71 checkPreviouslyLoggedIn in constructorfor refresh * [feature] #71 add email in return makeToken
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, I need to add a scope of Google Drive to not implement a double login with Laravel Socialite (which is the current solution I have).
How can I add scopes: "https://www.googleapis.com/auth/drive" ?
without me returning null? the code Line 134 "return array_get( $scopes, $scope );"
#43
As it is not in the documentation: I can not use this function properly.
The text was updated successfully, but these errors were encountered: