https://github.com/fancyguy/opauth-bitbucket
Bitbucket strategy for Opauth
https://github.com/fancyguy/opauth-bitbucket
Last synced: 5 months ago
JSON representation
Bitbucket strategy for Opauth
- Host: GitHub
- URL: https://github.com/fancyguy/opauth-bitbucket
- Owner: fancyguy
- Fork: true (opauth/google)
- Created: 2012-09-30T15:45:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-30T18:41:45.000Z (over 13 years ago)
- Last Synced: 2025-08-01T22:30:00.528Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 276 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Opauth-Bitbucket
=============
[Opauth][1] 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
----------------
1. Install Opauth-Google:
```bash
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
- Click on create consumer and enter your application name.
- Description and URL are optional.
3. Configure Opauth-Bitbucket strategy.
4. Direct user to `http://path_to_opauth/bitbucket` to authenticate
Strategy configuration
----------------------
Required parameters:
```php
array(
'key' => 'YOUR CONSUMER KEY',
'secret' => 'YOUR CONSUMER SECRET'
)
```
License
---------
Opauth-Bitbucket is MIT Licensed
Copyright © 2012 FancyGuy Technologies (http://www.fancyguy.com)
[1]: https://github.com/uzyn/opauth