dasiths / NEasyAuthMiddleware

Azure App Service Authentication (EasyAuth) middleware for ASP.NET CORE with fully customizable components and support for local debugging
MIT License
12 stars 6 forks source link

#12: Register HttpContextAccessor if not exists #13

Closed DrEsteban closed 2 months ago

DrEsteban commented 2 months ago

This PR addresses issue #12 by automatically registering IHttpContextAccessor if it hasn't already been registered. This still allows the user the flexibility to register their own if they wish.