-
Notifications
You must be signed in to change notification settings - Fork 0
Feat : 2.1 Oauth and controller integration #26
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
base: feat/new-srp-setting-password
Are you sure you want to change the base?
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
2b1456c to
a65cd8d
Compare
|
I have read the CLA Document and I hereby sign the CLA |
|
Added new directories to |
|
quote |
| "react-native-fs": "^2.20.0", | ||
| "react-native-gesture-handler": "^1.10.3", | ||
| "react-native-get-random-values": "^1.8.0", | ||
| "react-native-google-acm": "git+https://github.com/Web3Auth/react-native-google-acm.git#3ad58f4c11273ba102ede93d2a3148e45c84d248", |
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.
Did we bypass the paid version by forking our own and adding our own implementation?
Yes, we use react-native wrapper to call google account credentials manager for android seamless login
Description
Integration the following social login via the OAuth Service and SeedlessController,
Google
Apple
Proposed Authentication Flow using seedless onboarding

This PR mainly integrate the Seedless Controller and the OAuthServices into Metamask.
It does not include the Login UI Flow.
The Login UI Flow will be added on top of the new SRP UI Flow
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist