SignHash / signhash-webapp

MIT License
3 stars 0 forks source link

Load and verify given github user / organization #36

Closed biern closed 6 years ago

biern commented 6 years ago

Since gists won't work for organizations, I suppose we can just use a hardcoded repository name and proof filename. Eg: https://raw.githubusercontent.com//signhash-proof/master/proof.txt @jstefanski any remarks here? Subtask of #31

jksf commented 6 years ago

Good idea. Public GitHub repositories are free so that anyone can create one. I am not sure if it is not too much hustle (create the repository, clone it locally, add the file, push it), but I cannot think of anything better.

biern commented 6 years ago

Actually, you can just click through the whole process. First, create a repo on github, then click create new file and paste the proof declaration template, filling the signer address.

jksf commented 6 years ago

Ok, that's much better :+1: