Skip to content

Instantly share code, notes, and snippets.

@pavittarx
Last active October 10, 2018 02:26
Show Gist options
  • Save pavittarx/12a7dfd0304513cc199e192c6f5f15a8 to your computer and use it in GitHub Desktop.
Save pavittarx/12a7dfd0304513cc199e192c6f5f15a8 to your computer and use it in GitHub Desktop.
Links to Solid Resources

These are my personal finidings not backed up, they can be different from my understanding.

  1. databox.me has been depreceated in favor of solid.community. It was old data store for pods.
  2. soild-auth-client is for most part browser only. The user is authenticated in browser, no processing by the server takes place here. The server part is meant for users hosting their own servers.
  3. rdflib.js is browser only as well. The server implementation is aimed for users hosting their own pods.
  4. solid-cli is the command line utility to log in nodeJs, and make changes to your pods.
  5. WebID is just an HTTP URI that identifies an Agent.
    WebID-OIDC is an Authentication Protocol .
    WebID-TLS is an Authentication Protocol .
    WebID-TLS+Delegation is an Authentication Protocol .
    WebID-Profile Document -- where an Agent identified by a WebID is described.
    A WebID-{authentication-protocol} authenticates claims in a WebID-Profile document.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment