message no. 83737
Posted by lxer in #github at 2015-03-13T17:34:38Z
I'm working on some website that uses https://api.github.com/..../commits and it shows the list commits to the user. This works fine for public repos. I would like to use this api for private repos too, but I dont want to ask users to give their password. is that even even possible? (oauth perhaps?)