Support for encrypted macaroons (#521)

* encrypted macaroons

* fix GRPC env entry

* example config entry

* add pycryptodomex to requirements

* documentation

* Added pycryptodomex to pip file

Co-authored-by: Ben Arc <ben@arc.wales>
This commit is contained in:
calle
2022-02-14 17:54:05 +01:00
committed by GitHub
co-authored by Ben Arc
parent 0367ee85a7
commit 0764f4fdf1
9 changed files with 235 additions and 83 deletions
+1
View File
@@ -30,6 +30,7 @@ sse-starlette = "*"
jinja2 = "3.0.1"
pyngrok = "*"
secp256k1 = "*"
pycryptodomex = "*"
[dev-packages]
black = "==20.8b1"