[clarifying] On Mon, May 19, 2025 at 12:28 PM Greg Stein <gst...@gmail.com> wrote:
> Using an OAuth-based workflow that incorporates 2FA. That is already > possible. > I've already seen this done. > What is *really* hard is to incorporate 2FA into the svn client/libraries. > The most straightforward is to use bearer/PAT tokens, as it requires client > changes. > Mixed this up. Hard to incorporate since 2FA requires client changes. ... Given current APIs within svn, I believe the most straightforward is bearer/PAT tokens. And some (likely) minimal changes to the Serf API. Per above message, ignore svn+ssh. >... Cheers, -g