Download the PHP package t1mmen/opauth-bitbucket without Composer
On this page you can find all versions of the php package t1mmen/opauth-bitbucket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download t1mmen/opauth-bitbucket
More information about t1mmen/opauth-bitbucket
Files in t1mmen/opauth-bitbucket
Package opauth-bitbucket
Short Description Opauth strategy for Bitbucket
License MIT
Homepage https://github.com/t1mmen/opauth-bitbucket
Informations about the package opauth-bitbucket
Opauth-Bitbucket
Opauth strategy for Bitbucket authentication.
Implemented based on https://confluence.atlassian.com/bitbucket/oauth-on-bitbucket-cloud-238027431.html
Getting started
-
Install Opauth-Bitbucket:
Using git:
Or, using Composer, just add this to your
composer.json
:Then run
composer install
. -
Create Bitbucket application at https://bitbucket.org/account under "Oauth" in left menu. This implementation requires the "email" scope set.
-
Configure Opauth-Bitbucket strategy with at least
Client ID
andClient Secret
. - Direct user to
http://path_to_opauth/bitbucket
to authenticate
Strategy configuration
Required parameters:
License
Opauth-Bitbucket is MIT Licensed Copyright © 2016 Timm Stokke (http://timm.stokke.me)