Skip to content

Commit bfea432

Browse files
authored
1 parent d81acbf commit bfea432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ A token is simply a JSON object that is signed by its author. this tells you exa
9696
* The author of the token was in the possession of the signing secret
9797
* The data has not been modified since it was signed
9898

99-
It's important to know that JWT does not provide encryption, which means anyone who has access to the token can read its contents. If you need to protect (encrypt) the data, there is a companion spec, `JWE`, that provides this functionality. JWE is currently outside the scope of this library.
99+
It's important to know that JWT does not provide encryption, which means anyone who has access to the token can read its contents. If you need to protect (encrypt) the data, there is a companion spec, `JWE`, that provides this functionality. The companion project https://github.com/golang-jwt/jwe aims at a (very) experimental implementation of the JWE standard.
100100

101101
### Choosing a Signing Method
102102

0 commit comments

Comments
 (0)