Fix security risk in pairing process w/ add device name for OTP pair
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ namespace nvhttp {
|
||||
bool
|
||||
pin(std::string pin, std::string name);
|
||||
|
||||
std::string request_otp(const std::string& passphrase);
|
||||
std::string request_otp(const std::string& passphrase, const std::string& deviceName);
|
||||
|
||||
/**
|
||||
* @brief Remove single client.
|
||||
|
||||
Reference in New Issue
Block a user