From 01d19a7b21fb82059a7ec0c4c6e269ec5f33fd61 Mon Sep 17 00:00:00 2001 From: A_A <21040751+Otto-AA@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:15:14 +0100 Subject: [PATCH] docs: clarify that it only works with NSS --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0dc1b08..73128e0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ solid-file-python is a Python library for creating and managing files and folder Read and try it on [jupiter notebook](https://github.com/twonote/solid-file-python/blob/master/solid-file-python-getting-start.ipynb) now! +# Limitations + +Currently the authentication process relies on endpoints and cookies by the node-solid-server. Therefore, at least for now, authentication with other pod providers won't work. + # What is Solid? Solid is a specification that lets people store their data securely in decentralized data stores called Pods. Learn more about Solid on [solidproject.org](https://solidproject.org/).