dappnode / DNP_DAPPMANAGER

Dappnode package responsible for providing the Dappnode Package Manager
GNU General Public License v3.0
29 stars 35 forks source link

Implement optional auth in HTTPS API internal module #1959

Closed pablomendezroyo closed 1 week ago

pablomendezroyo commented 3 weeks ago

Implement optional auth in https portal internal module. Depends on https://github.com/dappnode/DNP_HTTPS/issues/89

Dappmanager will send user and password hashed to HTTPS

pablomendezroyo commented 2 weeks ago

Add in module https function add the optional argument auth. This optional argument must be separated by : indicating in the first place the user and the second the password.

Send the password hashed

pablomendezroyo commented 1 week ago

Closed by https://github.com/dappnode/DNP_DAPPMANAGER/pull/1967