2017 © Pedro Peláez
 

library bitbucket

Bitbucket strategy for Opauth

image

opauth/bitbucket

Bitbucket strategy for Opauth

  • Sunday, September 30, 2012
  • by sbuzonas
  • Repository
  • 1 Watchers
  • 4 Stars
  • 295 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 101 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Opauth-Bitbucket

[Opauth][1] strategy for Bitbucket authentication., (*1)

Implemented based on https://confluence.atlassian.com/display/BITBUCKET/oauth+Endpoint using OAuth., (*2)

Opauth is a multi-provider authentication framework for PHP., (*3)

Getting started

  1. Install Opauth-Google:, (*4)

    cd path_to_opauth/Strategy
    git clone git://github.com/fancyguy/opauth-bitbucket.git Bitbucket
    
  2. Create a Bitbucket integrated application under account then Integrated applications, (*5)

    • Click on create consumer and enter your application name.
    • Description and URL are optional.
  3. Configure Opauth-Bitbucket strategy., (*6)

  4. Direct user to http://path_to_opauth/bitbucket to authenticate, (*7)

Strategy configuration

Required parameters:, (*8)

<?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), (*9)

The Versions

30/09 2012

dev-master

9999999-dev http://opauth.org

Bitbucket strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth bitbucket

11/09 2012

0.2.1

0.2.1.0 http://opauth.org

Google strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth google

23/05 2012

0.2.0

0.2.0.0 http://opauth.org

Google strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth google

23/05 2012

0.1.0

0.1.0.0 http://opauth.org

Google strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth google