Skip to content

nimajneb/LdcOAuth2CryptoToken

 
 

Repository files navigation

LdcOAuth2CryptoToken

Reconfigures zf-oauth2 to issue JWT crypto tokens.


Latest Stable Version License Build Status Code Coverage Scrutinizer Code Quality


How?

  1. Install module using Composer

    composer require adamlundrigan/ldc-oauth2-crypto-token:<version>
    
  2. Enable required modules in your application.config.php file:

    • ZF\OAuth2
    • LdcOAuth2CryptoToken
  3. 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.

  4. Copy the dist configuration file ldc-oauth2-crypto-token.local.php.dist to config/autoload

About

Reconfigures zf-oauth2 to issue JWT crypto tokens

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%