|
|
|
@ -514,7 +514,7 @@ wssv.UserCredentialsFinder = id => {
|
|
|
|
return name == "nobita"
|
|
|
|
return name == "nobita"
|
|
|
|
? new NetworkCredential (name, "password", "gunfighter")
|
|
|
|
? new NetworkCredential (name, "password", "gunfighter")
|
|
|
|
: null; // If the user credentials aren't found.
|
|
|
|
: null; // If the user credentials aren't found.
|
|
|
|
};
|
|
|
|
};
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
If you would like to provide the Digest authentication, you should set such as the following.
|
|
|
|
If you would like to provide the Digest authentication, you should set such as the following.
|
|
|
|
|