dark-loop / functions-authorize

An ASP.NET Core based authentication and authorization middleware for HTTP triggered Azure Functions (In-Proc and Isolated)
Apache License 2.0
37 stars 4 forks source link

4 0 0 preview - refactoring for isolated and in-proc #31

Closed artmasa closed 7 months ago

artmasa commented 7 months ago

Multiple changes refactoring the stand alone module into multiple ones to:

Add support for Azure Functions Isolated hosting model Have a module sharing functionality for both modules Adding more extensibility to the framework that will be exposed later This covers https://github.com/dark-loop/functions-authorize/issues/28