mirror of
https://github.com/jwtk/jjwt.git
synced 2025-02-10 18:24:42 +00:00
Update README.md
This commit is contained in:
parent
dad6dcf0f2
commit
6a422211c8
@ -141,7 +141,7 @@ try {
|
|||||||
|
|
||||||
#### Body Compression
|
#### Body Compression
|
||||||
|
|
||||||
**This feature is NOT JWT specification compliant*, but it can be very useful when you parse your own tokens.*
|
**This feature is NOT JWT specification compliant**, *but it can be very useful when you parse your own tokens*.
|
||||||
|
|
||||||
If your JWT body is large and you have size restrictions (for example, if embedding a JWT in a URL and the URL must be under a certain length for legacy browsers or mail user agents), you may now compress the JWT body using a `CompressionCodec`:
|
If your JWT body is large and you have size restrictions (for example, if embedding a JWT in a URL and the URL must be under a certain length for legacy browsers or mail user agents), you may now compress the JWT body using a `CompressionCodec`:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user