mirror of https://github.com/jwtk/jjwt.git
Fixing a link and moving the author section down
This commit is contained in:
parent
f1fe04d70c
commit
7201704e94
|
@ -108,10 +108,7 @@ These feature sets will be implemented in a future release when possible. Commu
|
|||
- [Use JWT the Right Way!](https://stormpath.com/blog/jwt-the-right-way/)
|
||||
- [Token Authentication for Java Applications](https://stormpath.com/blog/token-auth-for-java/)
|
||||
|
||||
## Author
|
||||
|
||||
Maintained by [Stormpath](https://stormpath.com/)
|
||||
|
||||
<a name="olderJackson"></a>
|
||||
#### Already using an older Jackson dependency?
|
||||
|
||||
JJWT depends on Jackson 2.4.x (or later). If you are already using a Jackson version in your own application less than 2.x, for example 1.9.x, you will likely see [runtime errors](https://github.com/jwtk/jjwt/issues/1). To avoid this, you should change your project build configuration to explicitly point to a 2.x version of Jackson. For example:
|
||||
|
@ -124,6 +121,10 @@ JJWT depends on Jackson 2.4.x (or later). If you are already using a Jackson ve
|
|||
</dependency>
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
Maintained by [Stormpath](https://stormpath.com/)
|
||||
|
||||
## Licensing
|
||||
|
||||
This project is open-source via the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
|
Loading…
Reference in New Issue