codepunker/loginwithgithub

codepunker/loginwithgithub is a lightweight user authenticator that exploits the github api

v1.0.3 2015-03-31 18:03 UTC

This package is not auto-updated.

Last update: 2024-03-16 14:25:13 UTC


README

Login with GitHub using PHP

Using this package will authenticate users through their GitHub account by checking their public profile which in turn would represent enough to start a session on the website that creates the request. This package uses the Slim Framework to read data from requests and configuration parameters.

To get the package clone it or use composer:

composer require Codepunker\loginwithgithub

To learn more you can check out the tutorial on my website