Skip to content

carry0987/PHP-Login-With-Github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Login-With-Github

Login with Github account via PHP & Mysqli
Login-With-Github-By-carry0987

Usage

If you don't have Github OAuth ClientID, just go here to generate yours: https://github.com/settings/applications/new

Then enter the ClientID & ClientSecret here, and also set your Authorization callback URL:

$clientID = 'Your_Github_OAuth_ClientID';
$clientSecret = 'Your_Github_OAuth_ClientSecret';
$redirectURL = 'Your_Github_Auth_CallbackURL';

About

Login with Github account via PHP & Mysqli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages