remotestorage / remotestorage.js

⬡ JavaScript client library for integrating remoteStorage in apps
https://remotestoragejs.readthedocs.io
MIT License
2.32k stars 141 forks source link

Allow to connect via URL #1250

Closed galfert closed 2 years ago

galfert commented 2 years ago

Closes #1247

This change allows to connect using a URL. If the URL is missing the protocol, it's prefixed with "https://" before starting the Webfinger discovery.

silverbucket commented 2 years ago

LGTM 👍