alexandrevicenzi / gistfy

Code once, share everywhere.
MIT License
65 stars 22 forks source link

Support private repository #18

Open alexandrevicenzi opened 9 years ago

alexandrevicenzi commented 9 years ago

Add a way to support private repositories. Probably this will be used only for those who want his own server.

To support for every one we will need to cache something. Cache user/pwd is not an option, so we need to cache the file. Also, we need to provide OAuth authentication and and HTTPS server.