mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 09:06:20 +02:00
Add authentication and improve server side configuration
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace RemoteExec.Server.Configuration;
|
||||
|
||||
public class ApiKeyConfiguration
|
||||
{
|
||||
public required string Key { get; set; }
|
||||
public string? Description { get; set; }
|
||||
public bool Enabled { get; set; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user