Skip to content

Commit ae12a1b

Browse files
committed
Update README
1 parent d7bc0a0 commit ae12a1b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
Reconfigures [`zf-oauth2`](https://github.com/zfcampus/zf-oauth2) to issue [JWT crypto tokens](http://bshaffer.github.io/oauth2-server-php-docs/overview/crypto-tokens/).
44

5-
__WARNING__: This code is not yet tested, documented or been used in a live environment. Approach with extreme caution.
5+
---
6+
[![Latest Stable Version](https://poser.pugx.org/adamlundrigan/ldc-oauth2-crypto-token/v/stable.svg)](https://packagist.org/packages/adamlundrigan/ldc-oauth2-crypto-token) [![Total Downloads](https://poser.pugx.org/adamlundrigan/ldc-oauth2-crypto-token/downloads.svg)](https://packagist.org/packages/adamlundrigan/ldc-oauth2-crypto-token) [![Latest Unstable Version](https://poser.pugx.org/adamlundrigan/ldc-oauth2-crypto-token/v/unstable.svg)](https://packagist.org/packages/adamlundrigan/ldc-oauth2-crypto-token) [![License](https://poser.pugx.org/adamlundrigan/ldc-oauth2-crypto-token/license.svg)](https://packagist.org/packages/adamlundrigan/ldc-oauth2-crypto-token)
7+
[![Build Status](https://travis-ci.org/adamlundrigan/LdcOAuth2CryptoToken.svg?branch=master)](https://travis-ci.org/adamlundrigan/LdcOAuth2CryptoToken)
8+
[![Code Coverage](https://scrutinizer-ci.com/g/adamlundrigan/LdcOAuth2CryptoToken/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Ocramius/Instantiator/?branch=master)
9+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/adamlundrigan/LdcOAuth2CryptoToken/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/adamlundrigan/LdcOAuth2CryptoToken/?branch=master)
10+
---
611

712
## How?
813

@@ -17,9 +22,9 @@ __WARNING__: This code is not yet tested, documented or been used in a live envi
1722
- ZF\OAuth2
1823
- LdcOAuth2CryptoToken
1924

20-
3. Copy the dist configuration file `ldc-oauth2-crypto-token.local.php.dist` to `config/autoload`
25+
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.](http://bshaffer.github.io/oauth2-server-php-docs/overview/crypto-tokens/)
2126

22-
4. 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.](http://bshaffer.github.io/oauth2-server-php-docs/overview/crypto-tokens/)
27+
4. Copy the dist configuration file `ldc-oauth2-crypto-token.local.php.dist` to `config/autoload`
2328

2429

2530

0 commit comments

Comments
 (0)