Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Solid-compatible app Criteria #211

Merged
merged 10 commits into from
Jul 3, 2020
6 changes: 6 additions & 0 deletions pages/use-solid/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ permalink: /use-solid/apps

These Solid-compatible apps will store your data on [your own Pod]({{site.baseUrl}}/use-solid).

The criteria for an app to be Solid-compatible are:
* If identifying users is necessary, they must be able to login using their WebID and pointing to the Identity Provider of their choice
* Data consumed by the app should be fetched from Solid Pods
NSeydoux marked this conversation as resolved.
Show resolved Hide resolved
* Data generated by the app should be stored in Solid Pods
* The interaction between the app, the Identity Provider and the Storage Provider(s) (who host Pods) must be compliant with the Solid spec
NSeydoux marked this conversation as resolved.
Show resolved Hide resolved

Want to add a Solid-compatible app to this list? Contact the Solid Manager via [email protected] or submit a [submit a pull request](https://github.com/solid/solidproject.org/edit/staging/pages/use-solid/apps.md).

# Solid Apps
Expand Down