feat(infra): move authentication implementations and add ITokenGenerator
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
namespace FiscalOS.Core.Identity;
|
||||
|
||||
public interface IPasswordHasher
|
||||
{
|
||||
string Hash(string password);
|
||||
bool Verify(string providedPassword, string hashedPassword);
|
||||
}
|
||||
Reference in New Issue
Block a user