Skip to content

Conversation

@marcominerva
Copy link
Owner

Updated Program.cs to add a new api/me endpoint for retrieving user information and removed .WithOpenApi() from the refresh endpoint.

Updated Net8JwtBearerSample.csproj to allow a version range for Microsoft.AspNetCore.OpenApi and ensure compatibility with future versions.

Refactored SimpleAuthentication.Swashbuckle.csproj and SimpleAuthentication.csproj to replace project references with package references, including SimpleAuthenticationTools.Abstractions and Swashbuckle.AspNetCore.SwaggerGen.

Improved AuthenticationOperationFilter.cs by initializing operation.Responses to prevent null reference issues when adding status codes.

These changes enhance functionality, improve dependency management, and ensure compatibility with newer library versions.

Updated `Program.cs` to add a new `api/me` endpoint for retrieving user information and removed `.WithOpenApi()` from the `refresh` endpoint.

Updated `Net8JwtBearerSample.csproj` to allow a version range for `Microsoft.AspNetCore.OpenApi` and ensure compatibility with future versions.

Refactored `SimpleAuthentication.Swashbuckle.csproj` and `SimpleAuthentication.csproj` to replace project references with package references, including `SimpleAuthenticationTools.Abstractions` and `Swashbuckle.AspNetCore.SwaggerGen`.

Improved `AuthenticationOperationFilter.cs` by initializing `operation.Responses` to prevent null reference issues when adding status codes.

These changes enhance functionality, improve dependency management, and ensure compatibility with newer library versions.
@marcominerva marcominerva merged commit 8c8e90b into master Nov 12, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants