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": {