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

Feature: Apple SignIn integration to Medica App #165

Merged
merged 2 commits into from
Jun 28, 2024
Merged

Conversation

Paccyfic
Copy link
Contributor

@Paccyfic Paccyfic commented Jun 20, 2024

What this PR does;

This pull request introduces the feature for logging in with Apple in our Medica app, which is developed using React Native and TypeScript. The integration is powered by Supabase, ensuring a smooth and secure authentication process.

Description:

This PR will add Apple signIn to both signUp and signIn screens , that will allow users to use their AppleId to login into the App.

Supabase Authentication:

  • Configured Supabase to handle OAuth authentication with Apple.
  • Implemented necessary API calls for the login process.

Technical Details

Supabase:

  • Configured Supabase project to include Apple as an authentication provider.

@Paccyfic Paccyfic self-assigned this Jun 20, 2024
@Paccyfic Paccyfic added Need Review Requires reviews Feature Feature issues labels Jun 20, 2024
@Paccyfic Paccyfic added this to the integrate Auth milestone Jun 20, 2024
@Paccyfic Paccyfic requested review from munezeromicha and aimeudoxie and removed request for Irirwanirira and aimeudoxie June 20, 2024 12:47
@munezeromicha munezeromicha removed the Need Review Requires reviews label Jun 21, 2024
@Paccyfic Paccyfic force-pushed the ft-Apple-Auth branch 2 times, most recently from 9b7c486 to 63bfa59 Compare June 27, 2024 20:54
@Paccyfic Paccyfic requested review from mr3nz1 and removed request for munezeromicha June 27, 2024 21:07
@codecov-commenter
Copy link

codecov-commenter commented Jun 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.22%. Comparing base (fa8baba) to head (9c0185f).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #165   +/-   ##
========================================
  Coverage    72.22%   72.22%           
========================================
  Files            3        3           
  Lines           18       18           
  Branches         3        3           
========================================
  Hits            13       13           
  Misses           5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mr3nz1 mr3nz1 requested review from Irirwanirira and removed request for mukunzidd June 28, 2024 08:01
Copy link
Contributor

@Irirwanirira Irirwanirira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job on implementing the apple auth.

@Nkbtemmy Nkbtemmy merged commit 8f18d7a into develop Jun 28, 2024
13 checks passed
@Paccyfic Paccyfic linked an issue Jun 28, 2024 that may be closed by this pull request
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Apple SignUp and Login
6 participants