AbandonTech / abandonauth

An Authentic Auth Service...
GNU General Public License v3.0
4 stars 2 forks source link

Refactor Github OAuth to use new auth flow #95

Closed fisher60 closed 5 months ago

fisher60 commented 5 months ago

Summary

Github OAuth was already implemented and functional. When we refactored to the new auth flow, we only adapted Discord OAuth to the updated flow. We need to do the same for Github OAuth. The logic should remain mostly the same, we just need to update logic to to use the new Auth flow (similar to what we did for discord OAuth).

See This PR for reference

Acceptance Criteria

  1. Github OAuth is functional again
  2. The Github login button is functional
GDWR commented 5 months ago

Closed by #110