d233bf6b0a
Fixing UnitTests
2022-08-07 20:57:11 +02:00
a26d6a0036
Moved all UnitTests to a single project. Implemented parts of AspNetCore UnitTests.
2022-07-17 12:21:05 +02:00
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
bfe500dfa1
BasicAuthentication attribute and TimeSpan.ToShortString()
...
- BasicAuthenticationAttribute sets the HttpContext.User property when successfully validated.
- Moved BasicAuthenticationAttribute from ActionFilter to IAsyncAuthorizationFilter.
- TimeSpan.ToShortString() is now capable of negative values.
2022-06-23 22:51:16 +02:00
97c3c303ce
- Fixed BasicAuthenticationAttribute.
...
- All attributes now reside in Microsoft.AspNetCore.Mvc.Filters namespace.
2022-06-22 23:47:47 +02:00
33c2b9336f
- Fixed problem with ForbidResult without having an authentication schema defined.
...
Now only HTTP Status 403 (Forbid) is returned.
- BasicAuthenticationAttribute is now in namespace AMWD.Common.AspNetCore.Attributes.
2022-06-22 22:53:34 +02:00