~fkooman/php-jwt

ef5d308792d297468059d1c2a3653acc13b54bcd — François Kooman 4 years ago d25a76d
add Summary/Description
2 files changed, 6 insertions(+), 1 deletions(-)

M README.md
M composer.json
M README.md => README.md +5 -0
@@ 1,3 1,8 @@
**Summary**: Small JSON Web Signature implementation

**Description**: Small and secure JSON Web Signature implementation written in
PHP. It only supports HS256, RS256 and EdDSA.

# Introduction

This is small JSON Web Token implementation. It only supports signatures with 

M composer.json => composer.json +1 -1
@@ 15,7 15,7 @@
            "fkooman\\Jwt\\Tests\\": "tests/"
        }
    },
    "description": "Simple and Secure JWT Signer/Verifier",
    "description": "Small JSON Web Signature implementation",
    "license": "MIT",
    "name": "fkooman/jwt",
    "require": {