Skip to content

Instantly share code, notes, and snippets.

@melvincarvalho
Last active February 9, 2016 00:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save melvincarvalho/15c7d8cbebf07d79c742 to your computer and use it in GitHub Desktop.
Save melvincarvalho/15c7d8cbebf07d79c742 to your computer and use it in GitHub Desktop.
Solid Auth

What I think would be helpful would be a table of auth mechanisms, something like:

This table should be used as a rough guide, not as black and white

Name URI used Verification Required Implemented
WebID TLS WebID TLS Y Y
Cookie implied Shared Secret Y Y
WebID RSA WebID Web Crypto API N Y
HTTP Signatures Public Key Web Crypto API N N
SPOT* Document? Pod N N

Note: there is still an open issue on the spot proposal page

Not yet in the table

  • Dialback (need to write up in solid context)
  • Indieauth (similar to spot) needs to be modified and/or written up in solid context?
  • Solid Cookies (I would need to write up the proposal)
  • OAuth based auth (needs fleshing out)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment