This repository was archived by the owner on Jun 20, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Add a "Sign in with Web3" option #37
Labels
Comments
2 tasks
@hhio618 Note that the ContributorsRestController currently only supports signing in with Google. So it expects Therefore, we should create a separate REST controller class for signing in with Web3. I'll handle that in a separate GitHub issue: elimu-ai/webapp#1544 |
@nya-elimuai Sure, we can do this too! |
Open
4 tasks
nya-elimu
added a commit
that referenced
this issue
May 19, 2022
nya-elimu
added a commit
that referenced
this issue
May 19, 2022
nya-elimu
added a commit
that referenced
this issue
May 20, 2022
…es-for-Web3 feat: #37 Prepare SharedPreferences for Web3
nya-elimu
added a commit
that referenced
this issue
May 20, 2022
nya-elimu
added a commit
that referenced
this issue
May 20, 2022
…o-ContributorService refactor: #37 Add second method to ContributorService
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Implement Web3 sign-on functionality similar to what has already been implemented for the webapp: https://eng.elimu.ai/sign-on
Corresponding REST API endpoint for signing on with Google in the Android app: https://github.com/elimu-ai/webapp/blob/main/src/main/java/ai/elimu/rest/v2/crowdsource/ContributorsRestController.java
Corresponding controller in the webapp for signing on with Web3 via a browser: https://github.com/elimu-ai/webapp/blob/main/src/main/java/ai/elimu/web/SignOnControllerWeb3.java
Depends on elimu-ai/webapp#1544
The text was updated successfully, but these errors were encountered: