ACINQ / phoenixd

https://phoenix.acinq.co/server
Apache License 2.0
100 stars 14 forks source link

Add a secondary http password with limited access #84

Closed pm47 closed 1 month ago

pm47 commented 1 month ago

Add a separate password --http-password-limited-access that grants limited access the http api for security purposes. Essentially, this limited access password doesn't allow the spending of funds.

This secondary password is less sensitive than the primary password, but it must still not be shared, as other attacks are possible, e.g. resource exhaustion by creating millions of invoices, etc.

The following api methods are not available with limited access:

Closes #74.