Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve README.md and clean up unused usings
Updated README.md: - Reformatted installation, configuration, and code examples using code blocks. - Added sections for Swashbuckle and Microsoft.AspNetCore.OpenApi integration. - Documented a known issue with `AddSimpleAuthentication` and `AddOpenApi`. - Updated JWT Bearer and custom authentication logic examples. - Enhanced permission-based authorization section. - Added links to JWT Bearer and API Key samples. Cleaned up AuthenticationOperationTransformer.cs: - Removed several unused `using` directives.
- Loading branch information