mirror of https://github.com/jwtk/jjwt.git
updated readme to reflect upcoming release
This commit is contained in:
parent
cf750a6e47
commit
f157b890b1
|
@ -22,6 +22,7 @@ Use your favorite Maven-compatible build tool to pull the dependency (and its tr
|
|||
Most complexity is hidden behind convenient and readable Builder chaining calls. Here's an example:
|
||||
|
||||
```java
|
||||
import io.jsonwebtoken.Jwts;
|
||||
import static io.jsonwebtoken.SignatureAlgorithm.*;
|
||||
|
||||
//Let's create a random signing key for testing:
|
||||
|
|
Loading…
Reference in New Issue