knowledgepixels / nanodash

A web client to browse and publish nanopublications.
GNU Affero General Public License v3.0
26 stars 2 forks source link

Allow for shared instance on server #57

Closed tkuhn closed 2 years ago

tkuhn commented 2 years ago

Allow for shared instance running on server instead of forcing users to install it locally. This should include read-only usage, as well as publishing of nanopublications after login via ORCID.

tkuhn commented 2 years ago

This goes together with supporting multiple key pairs per user, to allow users to use different (online/local) installations for the same identity. Development of this is ongoing in branch multilkey (https://github.com/peta-pico/nanobench/tree/multikey) and almost ready.

tkuhn commented 2 years ago

Core part is finished. A test instance can be found here: https://nanobench.petapico.org/

A bit more work is needed to make the user experience smooth.

tkuhn commented 2 years ago

Branch multikey is merged into main branch, and new version is released with commit c5dddef7295e3324a2a46a2f7d2812df5cd1ca7c.