Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication management for gisa.

This module handles authentication with Git hosting providers using the GitHub CLI (gh auth token).

Modules§

gh_cli
GitHub CLI authentication integration.
ssh
SSH key detection for git operations.

Structs§

AuthResult
Authentication result containing the token and metadata.

Enums§

ResolvedAuthMethod
The actual method used for authentication.

Functions§

get_auth
Get authentication using the GitHub CLI.
get_auth_for_provider
Get authentication for a specific workspace provider configuration.