You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support storing AuthenticateResult in HttpContext/FunctionContext (#56)
* Basic support for getting AuthenticateResult from HttpContext feature
* Cleanup, comments, and support for FunctionContext
* Update ChangeLog and release version to match
Copy file name to clipboardExpand all lines: ChangeLog.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Change log
2
2
Change log stars with version 3.1.3
3
3
4
+
## 4.1.1
5
+
After authenticate but before authorize IAuthenticateResultFeature and IHttpAuthenticationFeature are now both set in HttpContext.Features and (for isolated Azure Functions) FunctionContext.Features.
6
+
4
7
## 4.1.0
5
8
-### [Breaking] Removing support for `Bearer` scheme and adding `FunctionsBearer`
6
9
Recent security updates in the Azure Functions runtime are clashing with the use of the default, well known `Bearer` scheme.<br/>
0 commit comments