Reconfigures zf-oauth2
to issue JWT access tokens.
-
Install module using Composer
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. -
Enable required modules in your
application.config.php
file:- ZF\OAuth2
- LdcOAuth2CryptoToken
-
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.
-
Copy the dist configuration file
ldc-oauth2-crypto-token.local.php.dist
toconfig/autoload