Open rdeago opened 4 years ago
Thare is currently no "fluent" extension to IWebModuleContainer to add a BasicAuthenticationModule.
IWebModuleContainer
BasicAuthenticationModule
I think a WithBasicAuthentication extension method should be added for consistency with other module types.
WithBasicAuthentication
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Thare is currently no "fluent" extension to
IWebModuleContainer
to add aBasicAuthenticationModule
.I think a
WithBasicAuthentication
extension method should be added for consistency with other module types.