Blog
PHP – Simple GitHub Login (OAuth)
If your codebase is in PHP and you would like user’s to be able to login to your site using GitHub (single sign-on) you can use the following as a good starting point: Next you will need to setup an OAuth application within GitHub by doing the following: Login to Read more…