This repository was archived by the owner on Aug 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 417
Add google oauth2 authentication#569
Open
suntehnik wants to merge 14 commits intoapache:master from
suntehnik:master
Open
Add google oauth2 authentication #569suntehnik wants to merge 14 commits intoapache:master from suntehnik:master
suntehnik wants to merge 14 commits intoapache:master from
suntehnik:master
Conversation
...ction size exceeds the limit. Add QueryAnalyzer tests.
...ided ( you are allowed to create new admin users with just an email and it will invoke a reset password flow).
...eries and email addresses. See: USERGRID-29 USERGRID-1041 USERGRID-1117 USERGRID-1338
...om the database. Added tests to validate
...s the in memory impl causes duplicate messgae processing quite often at the moment. - includes making all the tests work without in-memory queue fronting the database queue which really means adding some more delay in tests - the tests now are actually faster now because the original refreshIndex() created and queried random entities which took longer in most cases - uncommented the checkReceipts function in Notification tests as these are now passing, with an added fix for duplicate receipt creation - some logging updates in the distributed database queueing impl (Qakka) - increased the default take to 500 from the queue when DISTRIBUTED database queueing is configured ( which is the default now ) - Notifications Queue Listener thread names have a random identifier in included - reduced the DISTRIBUTED database queueing default long poll to 1 second from 5 seconds
...on entity create/update.
Member
michaelarusso
commented
Jun 18, 2017
Can you re-create another PR with just your commit included? It would be great to add Google as another authentication provider.
Author
suntehnik
commented
Jun 22, 2017
Yeah, sure!
Author
suntehnik
commented
Jul 15, 2017
Done at #574
@Humbedooh
Humbedooh
force-pushed
the
master
branch
from
June 7, 2024 16:03
1bf227b to
e12fbcb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds google oauth2 authentication method for usegrid core services. It was tested using REST client with my android app and works as expected.
User profile, created by authenticating with google has it's user first and last names, picked form google plus profile, as well as user avatar and e-mail.