Permalink
3 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added mandatory authentication to all RPC interfaces and a correspond…
…ing override flag.
- Loading branch information
Showing
with
123 additions
and 7 deletions.
- +20 −2 src/JsonRpcServer/JsonRpcServer.cpp
- +4 −1 src/JsonRpcServer/JsonRpcServer.h
- +21 −2 src/PaymentGate/PaymentServiceJsonRpcServer.cpp
- +1 −1 src/PaymentGate/PaymentServiceJsonRpcServer.h
- +1 −1 src/PaymentGateService/PaymentGateService.cpp
- +22 −0 src/PaymentGateService/PaymentServiceConfiguration.cpp
- +2 −0 src/PaymentGateService/PaymentServiceConfiguration.h
- +1 −0 src/Rpc/JsonRpc.cpp
- +11 −0 src/Rpc/JsonRpc.h
- +12 −0 src/SimpleWallet/SimpleWallet.cpp
- +24 −0 src/Wallet/WalletRpcServer.cpp
- +4 −0 src/Wallet/WalletRpcServer.h
This comment has been minimized.
anyone tested it?
This comment has been minimized.
@jared201 Yes, it is now in production 0.3.2
This comment has been minimized.
thanks! any curl samples?