Publish NuGet packages with Trusted Publishing and GitHub Actions
Use NuGet Trusted Publishing with GitHub Actions to publish packages without storing a long-lived API key.
Use NuGet Trusted Publishing with GitHub Actions to publish packages without storing a long-lived API key.
AWS SSO is a great alternative to static access keys, but expired sessions can break local Aspire startup in confusing ways. Let’s automate renewing a session.
Bypassing JWT validation in .NET integration tests with custom tokens and a test-only authentication setup.
Learn how to use IAM roles to secure AWS applications in development with ASP.NET Core. Enhance security with limited permissions and IAM roles.