Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable access to EOS via tokens over gRPC (e.g. for guest accounts) #4934

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

jessegeens
Copy link
Contributor

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, was not yet implemented in the EOS gRPC client. Additionally, the HTTP client did not yet take tokens into account.

Copy link

update-docs bot commented Nov 13, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@jessegeens jessegeens force-pushed the feat/grpc-generate-eos-token branch 3 times, most recently from b7deeb4 to 58bb028 Compare November 13, 2024 16:13
pkg/eosclient/eosgrpc/eosgrpc.go Outdated Show resolved Hide resolved
pkg/eosclient/eosgrpc/eosgrpc.go Show resolved Hide resolved
pkg/eosclient/eosgrpc/eoshttp.go Show resolved Hide resolved
@jessegeens jessegeens marked this pull request as ready for review November 14, 2024 14:32
@jessegeens jessegeens merged commit c3e3ccc into master Nov 15, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants