Skip to content

robertross/BgOauthProvider

 
 

Repository files navigation

BgOauthProvider

A ZF2 OAuth 1.0a provider module (WIP)

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

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

Requirements

ZF2 modules:

Pecl Extensions

Config Example

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

About

A ZF2 OAuth 1.0a provider module (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published