Closed frank-zsy closed 2 years ago
Hi, @frank-zsy, does it mean that we need a backend server?
No matter what the mechanism is, assume that we have a backend server, how can we control the data if we don't have an account system and need login in frontend?
Maybe we can use jQuery to get loginId:
An existing example:
Is there any secure way to request private data?
Oh I didn't consider this requirement.
Yes, we can get the login user, but we can not control the data. Even we set the cross domain settings, the data is still available to public and get by request, although they can not directly use the data in web page.
As there are more implementations of CHAOSS metrics in OpenDigger, I am considering add more data to Hypercrx. If we have no way to handle private data, I will design to use public data first.
Description
Right now, the extension will request a public data resource to display the diagrams.
Is there any secure way to request private data? Like if we want to add personal recommendations in the future, we may not want the data to be in the public domain.