Skip to content

Releases: DetNordjyskeMediehus/Dnmh.Security.ApiKeyAuthentication

Release 3.1.0

13 Jul 10:28
a1fce19
Compare
Choose a tag to compare

Added options for case sensitivity of header and query keys.

Release 3.0.0

12 Jul 11:18
140b83a
Compare
Choose a tag to compare

Added support for multiple header and query keys in options and handler.

Release 2.0.1

15 May 11:08
e170760
Compare
Choose a tag to compare

Fixed failed authentication on wrong authentication header scheme.

Giving a wrong (different than stated in the Options) auth scheme in the header would before result in failed authentication. Now it will (correctly) result in NoResult.

Also updated dependencies.

Release 2.0.0

11 May 11:00
8a79086
Compare
Choose a tag to compare

Added:

  • ValidationContext
  • AuthenticationFailedContext
  • AuthenticationSuccessContext

which are now used in ApiKeyAuthenticationEvents.

This is a breaking change, and the major version has been updated accordingly.

Release 1.1.0

04 May 13:17
32fc031
Compare
Choose a tag to compare

Added minimal "SimpleApiKeyAuthenticationService" implementation and added more IServiceCollection overloads.

Release 1.0.1

03 May 13:30
35ab393
Compare
Choose a tag to compare

Cleaned up dependencies and updated package meta data.

Release 1.0.0

03 May 11:45
Compare
Choose a tag to compare

Initial release of Dnmh.Security.ApiKeyAuthentication.