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

[Breaking] removing support for Bearer scheme and adding FunctionsBearer #50

Closed artmasa closed 4 months ago

artmasa commented 4 months ago

As the Azure Functions framework is using Bearer scheme for portal and internal purposes, this package is removing support for Bearer scheme. Users can configure the FunctionsBearer through AddJwtFunctionsBearer(Action<JwtBearerOptions>) or use a custom scheme.

artmasa commented 4 months ago

Thanks @helgeu! I will go ahead and merge. It should produce a preview version and in about 2 days I will move to release