Releases: kyzala/AlastackAuthenticationHmacAuth
Releases · kyzala/AlastackAuthenticationHmacAuth
AlastackAuthenticationHmacAuth 2.1.0
AlastackAuthenticationHmacAuth 2.0.1
Update package dependencies.
AlastackAuthenticationHmacAuth 2.0.0
Reorganize package dependencies.
- Remove dependency on Alastak.Authentication package
- Remove dependency on Alasack.Authentication.AspNetCore package
- Update other packages
AlastackAuthenticationHmacAuth 1.2.0
Add credential cache
ICredentialCache<TCredential>
defines credential cache abstraction.CredentialCache<TCredential>
is the default implementation.IDataCache
instance stores credential data.CacheKeyPrefix
andCredentialCacheTime
options configure cache parameters.
Bug fix
- DataCache.SetAsync method bug fix.
AlastackAuthenticationHmacAuth 1.1.0
A .NET API supports Hmac and Hawk authentication and custom authentication extensions.
- Update to .NET 7.0
Credential Providers for HmackAuth 1.0.0
Alastack.Authentication.HmacAuth.Sql
ReplaceAlastack.Authentication.Sql
package.Alastack.Authentication.HmacAuth.LiteDB
ReplaceAlastack.Authentication.LiteDB
package.Alastack.Authentication.HmacAuth.EntityFrameworkCore
ReplaceAlastack.Authentication.EntityFrameworkCore
package.Alastack.Authentication.HmacAuth.MongoDB
ReplaceAlastack.Authentication.MongoDB
package.
AlastackAuthentication HmacAuth 1.0.0
Alastack.Authentication.HmacAuth
ReplaceAlastack.Authentication.Hmac
package andAlastack.Authentication.Hawk
package.Alastack.Authentication.HmacAuth.AspNetCore
ReplaceAlastack.Authentication.Hmac.AspNetCore
package andAlastack.Authentication.Hawk.AspNetCore
package.
AlastackAuthentication LiteDB 1.0.0
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
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
A .NET API supports Hmac and Hawk authentication and custom authentication extensions.
Add MongoDB CredentialProvider.
Alastack.Authentication.MongoDB
- A package supports MongoDB CredentialProvider.