From ab76c850dbd1559568410cf8eabb4876512629e9 Mon Sep 17 00:00:00 2001 From: brentstormpath Date: Tue, 12 Jul 2016 17:24:26 -0700 Subject: [PATCH] Readme Update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0595c17..8033d355 100644 --- a/README.md +++ b/README.md @@ -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?