bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
108 stars 64 forks source link

Add Cookie authetication #67

Closed rajarshimaitra closed 2 years ago

rajarshimaitra commented 2 years ago

bdk-cli currently uses rpc "user:password" authentication.

We can also allow it to connect to rpc via cookie file. Although looking for opinions on how useful it can be.