hickford / git-credential-oauth

A Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth.
Apache License 2.0
405 stars 14 forks source link

SourceHut support #31

Open hickford opened 1 year ago

hickford commented 1 year ago

Support for SourceHut https://git.sr.ht/

Docs:

hickford commented 1 year ago

According to https://man.sr.ht/meta.sr.ht/oauth.md (OAuth 2)

Only confidential clients are supported; public clients are not allowed

This is a blocking issue