Skip to content

Releases: kyzala/AlastackAuthenticationHmacAuth

AlastackAuthenticationHmacAuth 2.1.0

18 Nov 12:29
Compare
Choose a tag to compare

Support .NET 8.0

Upgrade Dependency Packages

AlastackAuthenticationHmacAuth 2.0.1

29 Aug 12:27
Compare
Choose a tag to compare

Update package dependencies.

AlastackAuthenticationHmacAuth 2.0.0

23 Jun 03:21
Compare
Choose a tag to compare

Reorganize package dependencies.

  • Remove dependency on Alastak.Authentication package
  • Remove dependency on Alasack.Authentication.AspNetCore package
  • Update other packages

AlastackAuthenticationHmacAuth 1.2.0

13 Feb 13:30
Compare
Choose a tag to compare

Add credential cache

  • ICredentialCache<TCredential> defines credential cache abstraction.
  • CredentialCache<TCredential> is the default implementation.
  • IDataCache instance stores credential data.
  • CacheKeyPrefix and CredentialCacheTime options configure cache parameters.

Bug fix

  • DataCache.SetAsync method bug fix.

AlastackAuthenticationHmacAuth 1.1.0

31 Dec 04:27
Compare
Choose a tag to compare

A .NET API supports Hmac and Hawk authentication and custom authentication extensions.

  • Update to .NET 7.0

Credential Providers for HmackAuth 1.0.0

05 Dec 14:55
Compare
Choose a tag to compare
  • Alastack.Authentication.HmacAuth.Sql
    Replace Alastack.Authentication.Sql package.
  • Alastack.Authentication.HmacAuth.LiteDB
    Replace Alastack.Authentication.LiteDB package.
  • Alastack.Authentication.HmacAuth.EntityFrameworkCore
    Replace Alastack.Authentication.EntityFrameworkCore package.
  • Alastack.Authentication.HmacAuth.MongoDB
    Replace Alastack.Authentication.MongoDB package.

AlastackAuthentication HmacAuth 1.0.0

04 Dec 10:12
Compare
Choose a tag to compare
  • Alastack.Authentication.HmacAuth
    Replace Alastack.Authentication.Hmac package and Alastack.Authentication.Hawk package.
  • Alastack.Authentication.HmacAuth.AspNetCore
    Replace Alastack.Authentication.Hmac.AspNetCore package and Alastack.Authentication.Hawk.AspNetCore package.

AlastackAuthentication LiteDB 1.0.0

13 Nov 13:20
Compare
Choose a tag to compare

A .NET API supports Hmac and Hawk authentication and custom authentication extensions.
Add EntityFrameworkCore CredentialProvider.

  • Alastack.Authentication.LiteDB - A package supports LiteDB CredentialProvider.

AlastackAuthentication EntityFrameworkCore 1.0.0

11 Nov 14:56
Compare
Choose a tag to compare

A .NET API supports Hmac and Hawk authentication and custom authentication extensions.
Add EntityFrameworkCore CredentialProvider.

  • Alastack.Authentication.EntityFrameworkCore - A package supports EntityFrameworkCore CredentialProvider.

AlastackAuthentication MongoDB 1.0.0

06 Nov 13:42
Compare
Choose a tag to compare

A .NET API supports Hmac and Hawk authentication and custom authentication extensions.
Add MongoDB CredentialProvider.

  • Alastack.Authentication.MongoDB - A package supports MongoDB CredentialProvider.