Functions Authorize Versions Save

An ASP.NET Core based authentication and authorization middleware for HTTP triggered Azure Functions (In-Proc and Isolated)

v3.1.2

1 year ago

Bug fixes

v3.1.2-preview-221118-1

1 year ago

Bug fixes

  • Exception when writing to response after being started. Now there are checks before writing and correct exception is thrown.

v3.1.1

1 year ago

3.1.1 Release

  • Adding V4 (In-Process) sample project.
  • Adding package specific FunctionAuthorizationException to notify an authorization error.

3.1.1-preview-221107-1

1 year ago

Adding sample project for Azure Functions V4 and readying for release version

v3.1.1-preview-220811-1

1 year ago

Adding FunctionAuthorizationException for better logging handling when handling Unauthorized or Forbidden access failures.

v3.1.0

2 years ago

Dependency injection extension methods automatically register built-in authentication and authorization as described in issue #5

3.1.0-preview-211123-1

2 years ago