This package browser is in early development. Mind the rough edges.

git-credential-oauth 0.15.1

Git credential helper that securely authenticates using OAuth

git-credential-oauth is a Git credential helper that securely authenticates to GitHub, GitLab, BitBucket, Gerrit, Gitea, and Forgejo using OAuth. The first time you authenticate, the helper opens a browser window to the host. Subsequent authentication within storage lifetime is non-interactive.

Installation

Install git-credential-oauth 0.15.1 as follows:

guix install git-credential-oauth@0.15.1

Or install the latest version:

guix install git-credential-oauth

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.