feat: API auth with custom headers
This commit is contained in:
@@ -10,6 +10,7 @@ sealed class ServerConfig with _$ServerConfig {
|
||||
required String name,
|
||||
required String url,
|
||||
String? apiKey,
|
||||
@Default({}) Map<String, String> customHeaders,
|
||||
DateTime? lastConnected,
|
||||
@Default(false) bool isActive,
|
||||
}) = _ServerConfig;
|
||||
|
||||
Reference in New Issue
Block a user