
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
A Python library for securely retrieving GitHub tokens from system keychains across different operating systems.
# Ubuntu/Debian
sudo apt-get install libsecret-tools
# Fedora
sudo dnf install libsecret
pip install githubauthlib
# Clone the repository
git clone https://github.com/GIALaboratory/cloud-platform-engineering.git
# Navigate to the library directory
cd cloud-platform-engineering/githubauthlib
# Install the package
pip install .
from githubauthlib import get_github_token, GitHubAuthError
try:
token = get_github_token()
if token:
print("Token retrieved successfully!")
else:
print("No token found in system keychain")
except GitHubAuthError as e:
print(f"Error retrieving token: {e}")
# Check installed version
pip list | grep githubauthlib
# View package details
pip show githubauthlib
For development, you may want to add the package directory to your PYTHONPATH. See AUXILIARY.md for detailed instructions.
Token Not Found
Permission Issues
Linux Issues
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
A library for authenticating with GitHub across different operating systems
We found that githubauthlib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.