
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.
Asynchronous Discord OAuth2 library for FastAPI (identify, email, guilds scopes support)
A complete rewrite. Cleaner. Smarter. Async-native.
httpx.AsyncClient
for non-blocking HTTP interactions.pydantic
for type safety and validation.identify
, email
, and guilds
scopes..gif
/.png
).fastapi.HTTPException
.Set up your credentials once:
from netcord import Netcord
client = Netcord(
client_id='your_client_id',
client_secret='your_client_secret',
redirect_uri='https://yourapp.com/callback',
bot_token='your_bot_token'
)
Designed to work harmoniously with FastAPI:
Note: While direct FastAPI integrations are planned, the current version focuses on providing the core functionality. Future updates will enhance this integration further.
FAQs
Asynchronous Discord OAuth2 library for FastAPI (identify, email, guilds scopes support)
We found that netcord 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.