Issue #6: implement api key hashing and verification
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace MxGateway.Server.Security.Authentication;
|
||||
|
||||
public sealed record ParsedApiKey(string KeyId, string Secret);
|
||||
Reference in New Issue
Block a user