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

Setup oauth for frontend login #30

Closed
wants to merge 2 commits into from

Conversation

lourw
Copy link
Contributor

@lourw lourw commented Mar 16, 2023

👷 Changes

Introduced expo library to handle OAUTH connection with google. Currently only tested with ios and not android.

Closes #11

🔦 Testing Instructions

For IOS since I don't have access to a machine that can test the android workflow:

  1. npx expo run:ios to create /ios folder.
  2. cd ios && pod install. You need to make sure that you have cocoapods in your project
    3 npm run ios

Expected behaviour: once you click sign in and log in with Google, you should see a message appear on the console with your user info related to your gmail account.

✅ Checklist

  • I have pulled the most recent changes from the main branch into my feature branch
  • My code runs locally after pulling from main
  • I have tested any new functionality locally (either manually or with unit tests)
  • I have commented parts of my code that may be difficult to understand

@lourw lourw force-pushed the 11-setup-oauth-for-frontend-login branch from 1250c42 to e4e194a Compare March 17, 2023 23:44
@lourw lourw force-pushed the 11-setup-oauth-for-frontend-login branch from e4e194a to dcfbe11 Compare March 17, 2023 23:56
@lourw lourw closed this May 7, 2023
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.

Setup oauth for frontend login
1 participant