News

Follow these steps to implement API versioning in minimal Web API endpoints using ASP.NET Core 6.
Take advantage of FluentValidation to validate your model classes when working with minimal APIs in ASP.NET Core 6.
Minimal APIs invoke endpoints via simple method calls, such as app.MapGet and app.MapPost. Minimal APIs support any standard API functionality, such as authorization filters and dependency injection.
Planned features for the identity API endpoints include support for two-factor authentication and email verification, as outlined in the ASP.NET Core GitHub repository.