rpc: Generate auth cookie in hex instead of base64
Base64 contains '/', and the '/' character in credentials is problematic
for AuthServiceProxy which represents the RPC endpoint as an URI with
user and password embedded.
Closes #8399.
rpc: Generate auth cookie in hex instead of base64 Tags None Subscribers None
Description
Details
|