Search code examples
authenticationgithubtokenrhodes

How to get github token using username and password


I am developing mobile apps using rhodes. I want to access private repo of github. I am having only username and password.

How to get token of given username and password.


Solution

  • You should use oauth instead: http://developer.github.com/v3/oauth/