clubgamma / club-gamma-backend

This is the official repo for club gamma hacktoberfest backend server.
https://clubgamma.vercel.app
MIT License
0 stars 13 forks source link

Refactor Authentication Flow for PR Count Retrieval #18

Closed mitgajera closed 1 day ago

mitgajera commented 1 day ago

Overview

This PR refines the user authentication process by focusing on retrieving and updating the number of pull requests (PRs) made by users during the GitHub access token flow. Unnecessary functions and components unrelated to this task were removed for clarity and efficiency.

issue: #14

Removed Unnecessary Functions

Why This Change?

The goal was to streamline the authentication flow and focus on tracking user contributions through their pull requests. By removing unrelated code, the authentication logic is now more efficient, easier to maintain, and aligned with the intended functionality of PR count retrieval.

Testing