-
Notifications
You must be signed in to change notification settings - Fork 28
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 signup #208
Social signup #208
Conversation
# Conflicts: # app/src/main/java/org/openedx/app/di/AppModule.kt # auth/src/main/java/org/openedx/auth/presentation/signin/compose/SignInView.kt # auth/src/main/java/org/openedx/auth/presentation/signup/SignUpFragment.kt
Starting review. |
@k1rill test cases are still failing. |
@farhan-arshad-dev thank you for report. I just updated PR with tests fix and resolving conflicts |
I've started review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor improvements. btw thank you for the well-written code. It was a pleasure to review. 🔥
auth/src/main/java/org/openedx/auth/presentation/signin/compose/SignInView.kt
Show resolved
Hide resolved
auth/src/main/java/org/openedx/auth/presentation/signup/SignUpViewModel.kt
Outdated
Show resolved
Hide resolved
auth/src/main/java/org/openedx/auth/presentation/signup/SignUpViewModel.kt
Outdated
Show resolved
Hide resolved
auth/src/main/java/org/openedx/auth/presentation/signup/SignUpViewModel.kt
Show resolved
Hide resolved
auth/src/main/java/org/openedx/auth/presentation/sso/GoogleAuthHelper.kt
Show resolved
Hide resolved
auth/src/test/java/org/openedx/auth/presentation/signup/SignUpViewModelTest.kt
Outdated
Show resolved
Hide resolved
core/src/main/java/org/openedx/core/extension/ContinuationExt.kt
Outdated
Show resolved
Hide resolved
auth/src/main/java/org/openedx/auth/presentation/signup/SignUpFragment.kt
Outdated
Show resolved
Hide resolved
auth/src/main/java/org/openedx/auth/presentation/signup/compose/SocialSignedView.kt
Show resolved
Hide resolved
@k1rill @farhan-arshad-dev, I have tested out the social logins and they are working as expected apart from some of the following issues below
Note: Please see the attached video for the issues Screen_Recording_20240209-173139_edX.mp4 |
thank you @hassan6190, can you please open issues for this, this PR is for Sign Up pages only, sign in was merged in #89 |
7b1a6d7
to
76318e3
Compare
It would be nice to hide the whole button section on data loading. |
Added social auth buttons to the registration screen.
Social auth should be configured in the config.yaml before.
5296575775623890254.mp4