-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add social authentication options including - Apple, Microsoft, Facebook, and Google #176
Merged
volodymyr-chekyrta
merged 44 commits into
openedx:develop
from
touchapp:103-social-login-and-authentication-mobileios
Dec 7, 2023
Merged
Changes from 40 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
49e4674
feat: add login with
eyatsenkoperpetio 87a826b
chore: remove spacing
2a44cfc
Merge branch 'develop' into feat/social_sign
9d068d1
fix: padding bottom social view
eyatsenkoperpetio ada811f
chore: result social
eyatsenkoperpetio bf8ac9b
chore: add new struct for credentials
eyatsenkoperpetio 155455d
chore: add request social login
eyatsenkoperpetio e51e380
chore: add request and change design buttons
eyatsenkoperpetio 3be7334
chore: add handle MSAL Response
eyatsenkoperpetio 616612b
Merge branch 'develop' into 103-social-login-and-authentication-mobil…
eyatsenkoperpetio 42a2ffa
chore: add ocial login enabled feature flag
eyatsenkoperpetio b5189f9
chore: add configs and flags
eyatsenkoperpetio 1f07709
chore: rename file
eyatsenkoperpetio 5324265
Merge branch 'develop' into 103-social-login-and-authentication-mobil…
eyatsenkoperpetio 38d547e
chore: add accessibility, localizable strings uk, and flags for socials
eyatsenkoperpetio 4d675a9
chore: remove extra code
eyatsenkoperpetio 5b36b8d
Merge branch 'develop' into 103-social-login-and-authentication-mobil…
eyatsenkoperpetio 6e8f767
chore: add google config
eyatsenkoperpetio 42b48a0
chore: move enabled google sign in to google config
eyatsenkoperpetio 4f1c544
chore: add new dict social login
eyatsenkoperpetio 57a6c60
chore: remove extra code, change names, add colors
eyatsenkoperpetio abeeaf5
refactor: open URL options key method
eyatsenkoperpetio 2761c84
refactor: add SocialSignView previews
eyatsenkoperpetio 49189c7
chore: add apple sign in config, pr issues
eyatsenkoperpetio 98f5b99
chore: improvement sign up with third party auth, new error if third…
eyatsenkoperpetio a69d9b8
chore: add not linked acc error when login by third party auth
eyatsenkoperpetio f2c960f
chore: add same canceled error
eyatsenkoperpetio 3381774
Merge branch 'develop' into 103-social-login-and-authentication-mobil…
eyatsenkoperpetio ab752e1
chore: add error if not register by social auth
eyatsenkoperpetio 9085988
fix: fix msal lib
eyatsenkoperpetio 1f1d4de
Merge branch 'develop' into 103-social-login-and-authentication-mobil…
eyatsenkoperpetio 9397651
chore: login if can when register if social provider and add name ema…
eyatsenkoperpetio d7dfc24
chore: save full name after login with apple
eyatsenkoperpetio 05cd91b
chore: add microsoft to package
eyatsenkoperpetio c7a01c6
chore: changes from PR feedback
eyatsenkoperpetio 10bf647
chore: changes from PR feedback
eyatsenkoperpetio 19bc1d0
chore: add tests
eyatsenkoperpetio 05b5c80
chore: changes from PR feedback
eyatsenkoperpetio c25bcf7
chore: remove extra code
eyatsenkoperpetio 39ff6b3
chore: remove extra code and add tests
eyatsenkoperpetio 9f000cb
chore: changes for saving apple info to appstorage
eyatsenkoperpetio a9816ef
chore: remove extra code and change social auth details
eyatsenkoperpetio 5a0e838
chore: change LoginMethod -> AuthMethod and remove extra code
eyatsenkoperpetio c6f7f04
chore: change names
eyatsenkoperpetio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
What are we achieving with this where clause?
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.
when we open sign up screen, make request to get fields and I show only when requiredFields come