This extracts the IAppBuilder extensions into reusable middleware components. These could be simple functions, but I decided to stick to the class style that seems to be used throughout. This will allow other OWIN implementations to use the extensions.
NOTE: unfortuately, I cannot build locally or run this project locally, so I'm not sure that these changes are correct.
This extracts the
IAppBuilder
extensions into reusable middleware components. These could be simple functions, but I decided to stick to the class style that seems to be used throughout. This will allow other OWIN implementations to use the extensions.NOTE: unfortuately, I cannot build locally or run this project locally, so I'm not sure that these changes are correct.