Skip to content

Releases: mihirdilip/aspnetcore-authentication-basic

AspNetCore.Authentication.Basic

12 Feb 21:17
e04025f
Compare
Choose a tag to compare
  • net8.0 support added
  • Sample project for net8.0 added
  • BasicSamplesClient.http file added for testing sample projects
  • Readme updated

AspNetCore.Authentication.Basic

23 Nov 22:01
e261423
Compare
Choose a tag to compare
  • net7.0 support added
  • Information log on handler is changed to Debug log when Authorization header is not found on the request
  • Added package validations
  • Readme updated
  • Readme added to package

AspNetCore.Authentication.Basic

07 Jan 19:10
b0fadfd
Compare
Choose a tag to compare
  • net6.0 support added
  • Information log on handler is changed to Debug log when IgnoreAuthenticationIfAllowAnonymous is enabled #9
  • Sample project added
  • Readme updated
  • Copyright year updated on License

AspNetCore.Authentication.Basic

03 Mar 19:00
cc16a19
Compare
Choose a tag to compare
  • Visibility of the handler changed to public
  • Tests added
  • Readme updated
  • Copyright year updated on License

AspNetCore.Authentication.Basic

25 Dec 20:31
Compare
Choose a tag to compare
  • .Net 5.0 target framework added
  • IgnoreAuthenticationIfAllowAnonymous added to the BasicOptions from netcoreapp3.0 onwards

AspNetCore.Authentication.Basic

31 Oct 18:38
Compare
Choose a tag to compare
  • Fixed issue with resolving of IBasicUserValidationService implementation when using multiple schemes

AspNetCore.Authentication.Basic

16 Aug 00:30
Compare
Choose a tag to compare
  • Multitarget framework support added
  • Source Link support added
  • Strong Name Key support added
  • SuppressWWWAuthenticateHeader added to configure options
  • Events added to configure options

AspNetCore.Authentication.Basic

18 Dec 14:30
Compare
Choose a tag to compare

Easy to use and very light weight Microsoft style Basic Scheme Authentication Implementation for ASP.NET Core.

Nuget package moved to new AspNetCore.Authentication.Basic

AspNetCore.Authentication.Basic

18 Dec 13:52
Compare
Choose a tag to compare

Easy to use and very light weight Microsoft style Basic Scheme Authentication Implementation for ASP.NET Core.

Basic Scheme Authentication Implementation for ASP.NET Core 2.2