aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
333 stars 48 forks source link

[Task] Add server function to encrypt payload #640

Open kmcginnes opened 1 month ago

kmcginnes commented 1 month ago

Add a new endpoint to the proxy server that will accept the list of nodes and edges that need to be shared. It will encrypt them using the private key, or fail if the private key is not set. Then it returns the encrypted value.