2017 © Pedro Peláez
 

library bgoauthprovider

ZF2 OAuth 1.0a Provider module

image

bgallagher/bgoauthprovider

ZF2 OAuth 1.0a Provider module

  • Thursday, March 27, 2014
  • by bgallagher
  • Repository
  • 3 Watchers
  • 10 Stars
  • 181 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

BgOauthProvider

A ZF2 OAuth 1.0a provider module (WIP), (*1)

This module allows your ZF2 app to act as an OAuth 1.0a Provider, allowing you to protect you api endpoints with OAuth., (*2)

It is still a WIP, any input or pull request are very much welcomed., (*3)

Requirements

ZF2 modules:

Pecl Extensions

Installation

  1. Add the module to your composer.json requirments., (*4)

    "require": {
        "bgallagher/bgoauthprovider": "dev-master"
    }
    
  2. composer.phar update, (*5)

  3. Add "BgOauthProvider" to your application.config.php file., (*6)

Config Example

<?php

return array(

    'bgoauthprovider' => array(
        'disable_layout_on_authorisation_page' => true,

        'acl_config' => array(
            array('routeName' => 'api/endpoint', 'role' => '3l', 'method' => array('post')),
            array('routeName' => 'api/endpoint/another', 'role' => '2l', 'method' => array('delete')),
        ),
    ),

);

The Versions

27/03 2014

dev-master

9999999-dev https://github.com/bgallagher/BgOauthProvider

ZF2 OAuth 1.0a Provider module

  Sources   Download

MIT

The Requires

 

oauth zf2 oauth provider

28/05 2013

0.1.6

0.1.6.0 https://github.com/bgallagher/BgOauthProvider

ZF2 OAuth 1.0a Provider module

  Sources   Download

MIT

The Requires

 

oauth zf2 oauth provider

20/05 2013

0.1.5

0.1.5.0 https://github.com/bgallagher/BgOauthProvider

ZF2 OAuth 1.0a Provider module

  Sources   Download

MIT

The Requires

 

oauth zf2 oauth provider

15/04 2013

0.1.4

0.1.4.0 https://github.com/bgallagher/BgOauthProvider

ZF2 OAuth 1.0a Provider module

  Sources   Download

MIT

The Requires

 

oauth zf2 oauth provider

09/04 2013

0.1.3

0.1.3.0 https://github.com/bgallagher/BgOauthProvider

ZF2 OAuth 1.0a Provider module

  Sources   Download

MIT

The Requires

 

oauth zf2 oauth provider

05/04 2013

0.1.2

0.1.2.0 https://github.com/bgallagher/BgOauthProvider

ZF2 OAuth 1.0a Provider module

  Sources   Download

MIT

The Requires

 

oauth zf2 oauth provider

05/04 2013

0.1.1

0.1.1.0 https://github.com/bgallagher/BgOauthProvider

ZF2 OAuth 1.0a Provider module

  Sources   Download

MIT

The Requires

 

oauth zf2 oauth provider

28/03 2013

0.1.0

0.1.0.0 https://github.com/bgallagher/BgOauthProvider

ZF2 OAuth 1.0a Provider module

  Sources   Download

MIT

The Requires

 

oauth zf2 oauth provider