Authentication
Swagger UI with login form and role-based api visibility
This post show how to customize Swagger UI in a Blazor WASM project using Swashbuckle library, implement a custom authentication UI and manage api visibility based on user roles. Swagger UI is a very powerful api documentation library but it Read more…