opauth/github
最新稳定版本:0.1.0
Composer 安装命令:
composer require opauth/github
包简介
GitHub authentication strategy for Opauth
README 文档
README
Opauth strategy for GitHub authentication.
Implemented based on http://developer.github.com/v3/oauth/ using OAuth2.
Opauth is a multi-provider authentication framework for PHP.
Demo: http://opauth.org/#github
Getting started
-
Install Opauth-GitHub:
cd path_to_opauth/Strategy git clone git://github.com/opauth/github.git GitHubor
composer require opauth/github
-
Register a GitHub application at https://github.com/settings/applications/new
- Enter URL as your application URL (this can be outside of Opauth)
- Callback URL: enter
http://path_to_opauth/github/oauth2callback
-
Configure Opauth-GitHub strategy with
client_idandclient_secret. -
Direct user to
http://path_to_opauth/githubto authenticate
Strategy configuration
Required parameters:
<?php 'GitHub' => array( 'client_id' => 'YOUR CLIENT ID', 'client_secret' => 'YOUR CLIENT SECRET' )
Optional parameters:
scope, state
License
Opauth-GitHub is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com)
统计信息
- 总下载量: 13.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 25
- 点击次数: 2
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-07-23