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

Add /proxy endpoint to host server #91

Open
emostov opened this issue Jul 14, 2022 · 0 comments
Open

Add /proxy endpoint to host server #91

emostov opened this issue Jul 14, 2022 · 0 comments

Comments

@emostov
Copy link
Contributor

emostov commented Jul 14, 2022

The host server should have an endpoint that just takes an encoded app message request and returns the encoded app message response.

Currently, the client has to create a ProtocolMsg::ProxyRequest { encoded_message } and send that to the hosts /message endpoint. However, the client should not have to know about protocol message and instead just simply needs to know about the secure apps serialization format.

@emostov emostov mentioned this issue Jul 14, 2022
6 tasks
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

No branches or pull requests

1 participant