Skip to content
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

Social Login #2484

Merged
merged 20 commits into from
Dec 14, 2020
Merged

Social Login #2484

merged 20 commits into from
Dec 14, 2020

Conversation

BillCarsonFr
Copy link
Member

@BillCarsonFr BillCarsonFr commented Dec 3, 2020

Fixes #2452

This PR is adding social logins buttons on signInSignup / Signin / SignUp screens.
This is possible thx to a change in loginFlow response, the sso type can now provide a list of identity providers that can be used to display dedicated button for each. This is still using fallback flows.

Application now supports both SSO and Password servers, previously if SSO was available the app would only let you use SSO.

Fixes #1933

  • Quick change to support completion for known servers (stored in global db, exposed at same level as raw service)

image

image

image

@BillCarsonFr
Copy link
Member Author

@bmarty regarding the known server completion, can you please advise if i should move the HomeServerHistoryService somewhere else? and should i refactor RawModule and move global DB somewhere else?

@BillCarsonFr BillCarsonFr marked this pull request as ready for review December 4, 2020 08:09
Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a first static review.

@bmarty bmarty merged commit a027ef2 into develop Dec 14, 2020
@bmarty bmarty deleted the feature/bca/social_login branch December 14, 2020 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Android] Social login Save the connection information when logging out from server
2 participants