tdex-network / tdex-daemon

Go implementation of the TDEX Beta Daemon
https://tdex.network
MIT License
11 stars 13 forks source link

expose a HTML page showing tdexdconnect url #610

Closed tiero closed 2 years ago

tiero commented 2 years ago

If not initialized, without authentication anybody shoudl be able to connect to operator interface to show the TLS cert.

Once initialized, the page should be authenticated using the wallet password that also encrypts the macaroon DB, and show the up to date URL comprehensive of macaroon

tiero commented 2 years ago

https://github.com/tiero/elements-web/blob/master/cmd/web/main.go#L27-L35