Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 351 Bytes

eos-grpc-token-access.md

File metadata and controls

6 lines (3 loc) · 351 Bytes

Enhancement: access to EOS via tokens over gRPC

As a guest account, accessing a file shared with you relies on a token that is generated on behalf of the resource owner. This method, GenerateToken, has now been implemented in the EOS gRPC client. Additionally, the HTTP client now takes tokens into account.

#4934