TypeSpec + ASP.NET Core Minimal API で学ぶ JWT 認証ハンズオン

1 Open Issue Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a unit test failure in a JWT authentication ASP.NET Core Minimal API project. The issue stems from incorrect Issuer and Audience values in generated test tokens, causing tests to fail. The solution involves reviewing the `JwtTokenHelper.CreateToken` method, test environment configurations (environment variables and configuration files), token generation parameters, and ensuring consistent settings across local and CI environments.

Complexity: 3/5
enhancement help wanted

TypeSpec + ASP.NET Core Minimal API で学ぶ JWT 認証ハンズオン

C#