2017 © Pedro Peláez
 

library zf-oauth2-doctrine-console

Console management of an Apigility Doctrine OAuth2 server

image

api-skeletons/zf-oauth2-doctrine-console

Console management of an Apigility Doctrine OAuth2 server

  • Tuesday, July 3, 2018
  • by tom_anderson
  • Repository
  • 1 Watchers
  • 2 Stars
  • 24,427 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 13 Versions
  • 15 % Grown

The README.md

Console Management of an Apigility Doctrine OAuth2 server

Gitter Patreon Total Downloads, (*1)

Versions

Version 1.x is for php 5.5 to 7.0. Version 2.0 and up is for PHP 7.1 and up., (*2)

About

This repository provides console routes to manage a headless OAuth2 server., (*3)

Installation

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org., (*4)

$ php composer.phar require api-skeletons/zf-oauth2-doctrine-console "*"

Add this module to your application's configuration:, (*5)

'modules' => array(
   ...
   'ZF\OAuth2\Doctrine\Console',
),

Console Routes

  • oauth2:client:create Create a new client with or without a user., (*6)

  • oauth2:client:update Update a client., (*7)

  • oauth2:client:delete Delete a client., (*8)

  • oauth2:client:list List all clients., (*9)

  • oauth2:scope:create Create a scope., (*10)

  • oauth2:scope:update Update a scope., (*11)

  • oauth2:scope:delete Delete a scope., (*12)

  • oauth2:scope:list List all scopes., (*13)

  • oauth2:public-key:create Create the public/private key record for the given client. This data is used to sign JWT access tokens. Each client may have only one key pair., (*14)

  • oauth2:public-key:delete Remove the key pair public key from a client., (*15)

  • oauth2:jwt:create Create a new JWT for a given client. This JWT will be used by an oauth2 connection requesting a grant_type of urn:ietf:params:oauth:grant-type:jwt-bearer. Creating the JWT puts the oauth2 connection request's public key in place in the OAuth2 tables., (*16)

  • oauth2:jwt:delete Delete a JWT., (*17)

  • oauth2:jwt:list List all JWT., (*18)

For the connecting side of JWT, zf-oauth2-client provides a command line tool to generate a JWT reqeust. See also http://bshaffer.github.io/oauth2-server-php-docs/grant-types/jwt-bearer/, (*19)

The Versions

03/07 2018

dev-master

9999999-dev

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

MIT

The Requires

 

console doctrine apigility oauth2

10/03 2018

2.0.1

2.0.1.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

MIT

The Requires

 

console doctrine apigility oauth2

09/10 2017

2.0.0

2.0.0.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

MIT

The Requires

 

console doctrine apigility oauth2

26/01 2017

1.2.2

1.2.2.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

MIT

The Requires

 

console doctrine apigility oauth2

10/06 2016

1.2.1

1.2.1.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

MIT

The Requires

 

console doctrine apigility oauth2

08/06 2016

1.2.0

1.2.0.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

MIT

The Requires

 

console doctrine apigility oauth2

10/05 2016

1.1.5

1.1.5.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

MIT

The Requires

 

console doctrine apigility oauth2

10/05 2016

1.1.4

1.1.4.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

proprietary

The Requires

 

console doctrine apigility oauth2

18/10 2015

1.1.3

1.1.3.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

proprietary

The Requires

 

console doctrine apigility oauth2

18/10 2015

1.1.2

1.1.2.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

proprietary

The Requires

 

console doctrine apigility oauth2

14/09 2015

1.1.1

1.1.1.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

proprietary

The Requires

  • php >=5.5
  • zfcampus/zf-oauth2-doctrine ^1.0

 

console doctrine apigility oauth2

13/09 2015

1.1.0

1.1.0.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

proprietary

The Requires

  • php >=5.5
  • zfcampus/zf-oauth2-doctrine ^1.0

 

console doctrine apigility oauth2

24/06 2015

1.0.0

1.0.0.0

Console management of an Apigility Doctrine OAuth2 server

  Sources   Download

proprietary

The Requires

  • php >=5.3.3
  • zfcampus/zf-oauth2-doctrine ~0.3

 

console doctrine apigility oauth2