opauth/bitbucket
Composer 安装命令:
composer require opauth/bitbucket
包简介
Bitbucket strategy for Opauth
README 文档
README
Opauth strategy for Bitbucket authentication.
Implemented based on https://confluence.atlassian.com/display/BITBUCKET/oauth+Endpoint using OAuth.
Opauth is a multi-provider authentication framework for PHP.
Getting started
-
Install Opauth-Google:
cd path_to_opauth/Strategy git clone git://github.com/fancyguy/opauth-bitbucket.git Bitbucket -
Create a Bitbucket integrated application under account then Integrated applications
- Click on create consumer and enter your application name.
- Description and URL are optional.
-
Configure Opauth-Bitbucket strategy.
-
Direct user to
http://path_to_opauth/bitbucketto authenticate
Strategy configuration
Required parameters:
<?php 'Bitbucket' => array( 'key' => 'YOUR CONSUMER KEY', 'secret' => 'YOUR CONSUMER SECRET' )
License
Opauth-Bitbucket is MIT Licensed
Copyright © 2012 FancyGuy Technologies (http://www.fancyguy.com)
统计信息
- 总下载量: 305
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-03-28