This website requires JavaScript.
Explore
Help
Sign In
am-wd
/
common
Watch
1
Star
0
Fork
0
You've already forked common
Code
Actions
Activity
Files
8754e40c9187b05199ca0a8679f968db00d46162
common
/
AMWD.Common.AspNetCore
/
BasicAuthentication
History
Andreas Mueller
8754e40c91
BasicAuthenticationAttribute now respects the IBasicAuthenticationValidator.Realm when the own Realm property is not set. IBasicAuthenticationValidator.Realm is now a read-only property (removed public set).
2022-07-04 19:30:40 +02:00
..
BasicAuthenticationHandler.cs
- Fixed problem with ForbidResult without having an authentication schema defined.
2022-06-22 22:53:34 +02:00
BasicAuthenticationMiddleware.cs
- Fixed problem with ForbidResult without having an authentication schema defined.
2022-06-22 22:53:34 +02:00
IBasicAuthenticationValidator.cs
BasicAuthenticationAttribute now respects the IBasicAuthenticationValidator.Realm when the own Realm property is not set. IBasicAuthenticationValidator.Realm is now a read-only property (removed public set).
2022-07-04 19:30:40 +02:00