solid-file-python
solid-file-python copied to clipboard
solid-file-python is a Python library for creating and managing files and folders in Solid pods. https://www.w3.org/community/solid/
- integration testing is still missing
A working example, e.g., a file browser app to show up how to build a solid app based on solid-file-python. The app shows how to integrate solid-file-python with Python web...
AS-IS * solid-file-python treats all resources as regular files. TO-BE * For basic users: treats these linked files as tightly bound to the resource they are referencing. In other words...
AS-IS: solid-file-python cannot manipulate ACL in a solid pod. TO-BE As a user, I can use ACL management functions to set ACL for my resources. Need to clarity: We have...
* Notifications https://solidproject.org/TR/protocol#notifications * Async API support * Websocket API support * Modeling structured data (dataset, things) https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/read-write-data/ * CSS compatiable *
 
This PR aims to support Solid-OIDC authentication, using the solid-oidc-client library as mentioned in #33. Essentially, it provides a new class `OidcAuth` to handle that. The rest of the library...