mirror of
https://github.com/jwtk/jjwt.git
synced 2026-03-13 08:20:15 +08:00
Fix imports in docs example (#1028)
This commit is contained in:
@@ -737,7 +737,7 @@ code quickly. Here's an example:
|
||||
----
|
||||
import io.jsonwebtoken.Jwts;
|
||||
import io.jsonwebtoken.security.Keys;
|
||||
import java.security.Key;
|
||||
import javax.crypto.SecretKey;
|
||||
|
||||
// We need a signing key, so we'll create one just for this example. Usually
|
||||
// the key would be read from your application configuration instead.
|
||||
|
||||
Reference in New Issue
Block a user