Merge pull request #145 from brentstormpath/master

Readme Update
This commit is contained in:
Les Hazlewood 2016-09-22 10:17:24 -07:00 committed by GitHub
commit eee5fffb61
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ JJWT is a Java implementation based on the [JWT](https://tools.ietf.org/html/rfc
The library was created by [Stormpath's](http://www.stormpath.com) CTO, [Les Hazlewood](https://github.com/lhazlewood)
and is now maintained by a [community](https://github.com/jwtk/jjwt/graphs/contributors) of contributors.
[Stormpath](https://stormpath.com/) is a complete authentication and user management API for developers.
We've also added some convenience extensions that are not part of the specification, such as JWT compression and claim enforcement.
## What's a JSON Web Token?