mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-16 13:00:37 +02:00
Merge pull request #294 from guggero/macaroons-rn
release_notes: add macaroons
This commit is contained in:
commit
456a29c523
1 changed files with 9 additions and 0 deletions
|
|
@ -15,4 +15,13 @@ This file tracks release notes for the loop client.
|
|||
|
||||
#### Breaking Changes
|
||||
|
||||
* Macaroon authentication has been enabled for the `loopd` gRPC and REST
|
||||
connections. This makes it possible for the loop API to be exposed safely over
|
||||
the internet as unauthorized access is now prevented.
|
||||
|
||||
The daemon will write a default `loop.macaroon` in its main directory. For
|
||||
mainnet this file will be picked up automatically by the `loop` CLI tool. For
|
||||
testnet you need to specify the `--network=testnet` flag.
|
||||
[More information about TLS and macaroons.](README.md#authentication-and-transport-security)
|
||||
|
||||
#### Bug Fixes
|
||||
Loading…
Add table
Add a link
Reference in a new issue