On Sat, Nov 16, 2024 at 10:10:53AM -0500, rsbecker@xxxxxxxxxxxxx wrote: > Hi Team, > I was wondering whether there are any good discussions about integrating > OAuth with git using a custom credential helper. A process flow would be > very helpful. Not sure I understand the question fully... such a thing already exists: * https://github.com/hickford/git-credential-oauth * https://github.com/git-ecosystem/git-credential-manager The "process" is the usual git credential protocol, and you can look at the two implementations above if you like to get an example. Is there something more specific you had in mind?