2017 © Pedro Peláez
 

library ldc-oauth2-crypto-token

JWT CryptoToken configuration for zf-oauth2

image

adamlundrigan/ldc-oauth2-crypto-token

JWT CryptoToken configuration for zf-oauth2

  • Saturday, March 28, 2015
  • by adamlundrigan
  • Repository
  • 2 Watchers
  • 7 Stars
  • 107 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

LdcOAuth2CryptoToken

Reconfigures zf-oauth2 to issue JWT access tokens., (*1)


Latest Stable Version License Build Status Code Coverage Scrutinizer Code Quality, (*2)


How?

  1. Install module using Composer, (*3)

    composer require adamlundrigan/ldc-oauth2-crypto-token:~2.0
    

    NOTE: If your application requires bshaffer/oauth2-server-php version < 1.6, use V1 of this module., (*4)

  2. Enable required modules in your application.config.php file:, (*5)

  • ZF\OAuth2
  • LdcOAuth2CryptoToken
  1. You will need an RSA public/private key pair. If you do not already have one, refer to "Creating a Public and Private Key Pair" section of this page., (*6)

  2. Copy the dist configuration file ldc-oauth2-crypto-token.local.php.dist to config/autoload, (*7)

The Versions

28/03 2015

dev-master

9999999-dev

JWT CryptoToken configuration for zf-oauth2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

jwt apigility zf-oauth2

28/03 2015

2.0.0

2.0.0.0

JWT CryptoToken configuration for zf-oauth2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

jwt apigility zf-oauth2

28/03 2015

dev-release/1.x

dev-release/1.x

JWT CryptoToken configuration for zf-oauth2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

jwt apigility zf-oauth2

28/03 2015

1.0.1

1.0.1.0

JWT CryptoToken configuration for zf-oauth2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

jwt apigility zf-oauth2

06/11 2014

v1.0

1.0.0.0

JWT CryptoToken configuration for zf-oauth2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

jwt apigility zf-oauth2