auth token endpoint finished
This commit is contained in:
@@ -36,4 +36,9 @@ public class PasswordHasher : IPasswordHasher
|
||||
byte[] hash = hashFunction.GetBytes(32);
|
||||
return hash;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public record PasswordHashData(
|
||||
byte[] Hash,
|
||||
string Salt
|
||||
);
|
||||
Reference in New Issue
Block a user