mirror of https://github.com/jwtk/jjwt.git
Update README.md
This commit is contained in:
parent
f96c84edc1
commit
6ce5b926f0
|
@ -79,8 +79,8 @@ try {
|
|||
|
||||
## Currently Unsupported Features
|
||||
|
||||
* [Non-compact](https://tools.ietf.org/html/draft-ietf-jose-json-web-signature-31#section-7.2) serialization and parsing are not yet implemented.
|
||||
* Elliptic Curve signature algorithms `ES256`, `ES384` and `ES512` are not yet implemented.
|
||||
* JWE (Encryption for JWT) is not yet implemented.
|
||||
* [Non-compact](https://tools.ietf.org/html/draft-ietf-jose-json-web-signature-31#section-7.2) serialization and parsing.
|
||||
* Elliptic Curve signature algorithms `ES256`, `ES384` and `ES512`.
|
||||
* JWE (Encryption for JWT)
|
||||
|
||||
These feature sets will be implemented in a future release when possible. Community contributions are welcome!
|
||||
|
|
Loading…
Reference in New Issue