From 59fe53e7d557c2f766d34fdded808baab15fc311 Mon Sep 17 00:00:00 2001 From: infominer33 <44134283+infominer33@users.noreply.github.com> Date: Fri, 21 Dec 2018 09:14:00 -0500 Subject: [PATCH 1/4] Create README.md --- self-sovereign-identity/README.md | 46 +++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 self-sovereign-identity/README.md diff --git a/self-sovereign-identity/README.md b/self-sovereign-identity/README.md new file mode 100644 index 00000000..71b99fc0 --- /dev/null +++ b/self-sovereign-identity/README.md @@ -0,0 +1,46 @@ +# Self Sovereign Identity (SSI) +**Articles and documents associated with the principles of Self Sovereign Identity.** + +This directory was born from [/WebOfTrustInfo/self-sovereign-identity](https://github.com/WebOfTrustInfo/self-sovereign-identity), the original SSI repository. I've done a bit of work over there, and decided to expand my efforts. The reason I got started on this is because I wanted to write an article about SSI. Then I saw the opportunity to help with its documentation. + +The best overall article on the subject is still Christopher Allen's rallying cry: [The Path to Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/ThePathToSelf-SovereignIdentity.md). Christopher did an excellent job of outlining the history of internet identity standards, as well as introducing [10 Principles of Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-principles.md), currently in revision. Additionally, some criticism of the principles has been offered, and a considerable amount of additional material has been created. + +I began organizing some thoughts around the [Evolution of Self Sovereign Identity](evolution-of-ssi.md),. The idea is to collect thought on SSI since 2016, and outline a few areas where I feel like the documentation could be improved. Once I've completed a review of existing literature on the subject, I'll put it into a google shared doc to encourage further participation. + +In the mean-time, I'll adding all of the best SSI resources I can find here. + +## Self Sovereign Identity Documentation + +* [The Path to Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/ThePathToSelf-SovereignIdentity.md) - The original article on Self-Sovereign Identity and the 10 Principles of Self-Sovereign Identity as published on 2016-04-25 in github and at [Life With Alacrity](http://www.lifewithalacrity.com/2016/04/the-path-to-self-soverereign-identity.html) by [Christopher Allen](http://www.github.com/christophera) + + * [10 Principles of Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-principles.md) - The Self-Sovereign Identity Principles, in progress of being revised. + + * [Core Characteristics of Self Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/characteristics-of-sovereign-identity.md) - from *[A Technlogy-Free Definition of Self-Sovereign Identity](https://github.com/jandrieu/rebooting-the-web-of-trust-fall2016/raw/master/topics-and-advance-readings/a-technology-free-definition-of-self-sovereign-identity.pdf)* - Topic paper for Rebooting Web of Trust III by [Joe Andrieu](http://www.github.com/jandrieu) (for review and comparison against *10 Principles of SSI*) + + * [SSI Principles vs. Characteristics](ssi-principles-vs-characteristics.md) + + * [Self-Sovereign Bill of Rights](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-bill-of-rights.md) - lifeID (founded by [Chris Boscolo](https://github.com/cboscolo)) adapted the 10 Principles of Self-Sovereign Identity into a [Bill of Rights](https://medium.com/@lifeID_io/lifeid-self-sovereign-identity-bill-of-rights-d2acafa1de8b) that all self-sovereign identity solution should uphold. + + * [Schutte's Take](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/Schutte-on-SSI.md) offers criticism on the 10 principles. + +* [7 Myths of Self Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/7-myths-of-self-sovereign-identity.md) - from Timothy Ruff's [blog post](https://medium.com/evernym/7-myths-of-self-sovereign-identity-67aea7416b1). + +* [A Gentle Guide to Self Sovereign Identity](https://bitsonblocks.net/2017/05/17/gentle-introduction-self-sovereign-identity/) has a section called "How would self-sovereign identity work for the user?" that could be "modularized" and improved upon. + +* [How to Convince Dad* of the Importance of Self-Sovereign Identity](https://github.com/WebOfTrustInfo/rwot7/blob/master/final-documents/convincing-dad.md) (\*and your sister and your daughter and your best friend and your nephew) (SSI Use-Cases) + + +## Further review + +* [Identity and Digital Self-Sovereignty](https://medium.com/learning-machine-blog/identity-and-digital-self-sovereignty-1f3faab7d9e3#.3jcgvnbok) - Blog post by [Natalie Smolenski](https://medium.com/@nsmolenski) + + * [Sovereignty in Historical Context for Self-Sovereign Identity – Natalie Smolenski – Webinar 18](http://ssimeetup.org/sovereignty-historical-context-self-sovereign-identity-natalie-smolenski-webinar-18/) + +* [SSI: A Roadmap for Adoption](https://github.com/WebOfTrustInfo/rebooting-the-web-of-trust-spring2018/blob/master/final-documents/a-roadmap-for-ssi.md) from Rebooting the web of trust, Spring 2018. + > This document proposes the formation of a short-term team to develop consistent messaging for the Self-Sovereign Identity (SSI) market. + +* [Identity and the quest for Self Sovereign Identity - Daniel Hardman](https://www.youtube.com/watch?v=iqmY_h49vPs) + +* [Self Sovereign Identity and the MyData model from Finland - Antti 'Jogi' Poikola](https://www.youtube.com/watch?v=amq88XmWaNs) + +* [Self-Sovereign Identity (SSI) and Open Source – Richard Esplin from SSIMeetup](http://ssimeetup.org/self-sovereign-identity-ssi-open-source-richard-esplin-webinar-16/) From a102073752c9e5f9717338f41bcf6d683bf0daa6 Mon Sep 17 00:00:00 2001 From: infominer33 <44134283+infominer33@users.noreply.github.com> Date: Fri, 21 Dec 2018 09:16:41 -0500 Subject: [PATCH 2/4] Update README.md --- self-sovereign-identity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-sovereign-identity/README.md b/self-sovereign-identity/README.md index 71b99fc0..a69516ad 100644 --- a/self-sovereign-identity/README.md +++ b/self-sovereign-identity/README.md @@ -25,7 +25,7 @@ In the mean-time, I'll adding all of the best SSI resources I can find here. * [7 Myths of Self Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/7-myths-of-self-sovereign-identity.md) - from Timothy Ruff's [blog post](https://medium.com/evernym/7-myths-of-self-sovereign-identity-67aea7416b1). -* [A Gentle Guide to Self Sovereign Identity](https://bitsonblocks.net/2017/05/17/gentle-introduction-self-sovereign-identity/) has a section called "How would self-sovereign identity work for the user?" that could be "modularized" and improved upon. +* [A Gentle Guide to Self Sovereign Identity](https://bitsonblocks.net/2017/05/17/gentle-introduction-self-sovereign-identity/) has a section called "How would self-sovereign identity work for the user?" that could be [modularized](https://github.com/infominer33/awesome-decentralized-id/blob/master/self-sovereign-identity/user-experience.md). * [How to Convince Dad* of the Importance of Self-Sovereign Identity](https://github.com/WebOfTrustInfo/rwot7/blob/master/final-documents/convincing-dad.md) (\*and your sister and your daughter and your best friend and your nephew) (SSI Use-Cases) From 046768b4195cf3339800b6f37876df542d5333c3 Mon Sep 17 00:00:00 2001 From: infominer33 <44134283+infominer33@users.noreply.github.com> Date: Fri, 21 Dec 2018 09:17:42 -0500 Subject: [PATCH 3/4] Update README.md --- self-sovereign-identity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-sovereign-identity/README.md b/self-sovereign-identity/README.md index a69516ad..73c01ec2 100644 --- a/self-sovereign-identity/README.md +++ b/self-sovereign-identity/README.md @@ -3,7 +3,7 @@ This directory was born from [/WebOfTrustInfo/self-sovereign-identity](https://github.com/WebOfTrustInfo/self-sovereign-identity), the original SSI repository. I've done a bit of work over there, and decided to expand my efforts. The reason I got started on this is because I wanted to write an article about SSI. Then I saw the opportunity to help with its documentation. -The best overall article on the subject is still Christopher Allen's rallying cry: [The Path to Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/ThePathToSelf-SovereignIdentity.md). Christopher did an excellent job of outlining the history of internet identity standards, as well as introducing [10 Principles of Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-principles.md), currently in revision. Additionally, some criticism of the principles has been offered, and a considerable amount of additional material has been created. +The best overall article on the subject is still Christopher Allen's rallying cry: [The Path to Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/ThePathToSelf-SovereignIdentity.md). Christopher did an excellent job of outlining the history of internet identity standards, and introduces [10 Principles of Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-principles.md), currently in revision. Additionally, some criticism of the principles has been offered, and a considerable amount of additional material has been created. I began organizing some thoughts around the [Evolution of Self Sovereign Identity](evolution-of-ssi.md),. The idea is to collect thought on SSI since 2016, and outline a few areas where I feel like the documentation could be improved. Once I've completed a review of existing literature on the subject, I'll put it into a google shared doc to encourage further participation. From 8aff489ca8aa7c8cca1bccc713a87b95cab4ecfe Mon Sep 17 00:00:00 2001 From: infominer33 <44134283+infominer33@users.noreply.github.com> Date: Fri, 21 Dec 2018 09:18:22 -0500 Subject: [PATCH 4/4] Update README.md --- self-sovereign-identity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-sovereign-identity/README.md b/self-sovereign-identity/README.md index 73c01ec2..c0e3da4c 100644 --- a/self-sovereign-identity/README.md +++ b/self-sovereign-identity/README.md @@ -5,7 +5,7 @@ This directory was born from [/WebOfTrustInfo/self-sovereign-identity](https://g The best overall article on the subject is still Christopher Allen's rallying cry: [The Path to Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/ThePathToSelf-SovereignIdentity.md). Christopher did an excellent job of outlining the history of internet identity standards, and introduces [10 Principles of Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-principles.md), currently in revision. Additionally, some criticism of the principles has been offered, and a considerable amount of additional material has been created. -I began organizing some thoughts around the [Evolution of Self Sovereign Identity](evolution-of-ssi.md),. The idea is to collect thought on SSI since 2016, and outline a few areas where I feel like the documentation could be improved. Once I've completed a review of existing literature on the subject, I'll put it into a google shared doc to encourage further participation. +I began organizing some thoughts around the [Evolution of Self Sovereign Identity](evolution-of-ssi.md). The idea is to collect thought on SSI since 2016, and outline a few areas where I feel like the documentation could be improved. Once I've completed a review of existing literature on the subject, I'll put it into a google shared doc to encourage further participation. In the mean-time, I'll adding all of the best SSI resources I can find here.