Update README.md

This commit is contained in:
Les Hazlewood 2014-09-25 13:52:02 -07:00
parent d85981270f
commit 563aead2bd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Java JWT: JSON Web Token for Java
JJWT library is intended to be the easiest to use and understand library for creating and verifying JSON Web Tokens (JWTs) on the JVM, period.
JJWT aims to be the easiest to use and understand library for creating and verifying JSON Web Tokens (JWTs) on the JVM.
JJWT is a 'clean room' implementation based solely on the [JWT](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-25), [JWS](https://tools.ietf.org/html/draft-ietf-jose-json-web-signature-31), [JWE](https://tools.ietf.org/html/draft-ietf-jose-json-web-encryption-31) and [JWA](https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-31) RFC draft specifications.