[ADD] Implementing services/handlers
This commit is contained in:
6
DotBased.AspNet.Authority/Crypto/IPasswordHasher.cs
Normal file
6
DotBased.AspNet.Authority/Crypto/IPasswordHasher.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DotBased.AspNet.Authority.Crypto;
|
||||
|
||||
public interface IPasswordHasher
|
||||
{
|
||||
public Task<string> HashPasswordAsync(string password);
|
||||
}
|
Reference in New Issue
Block a user