You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/signing_methods.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ A token is simply a JSON object that is signed by its author. this tells you exa
7
7
* The author of the token was in the possession of the signing secret
8
8
* The data has not been modified since it was signed
9
9
10
-
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, JSON Web Encryption (JWT)[^jwe], that provides this functionality. The companion project [https://github.com/golang-jwt/jwe](https://github.com/golang-jwt/jwe) aims at a (very) experimental implementation of the JWE standard.
10
+
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, JSON Web Encryption (JWE)[^jwe], that provides this functionality. The companion project [https://github.com/golang-jwt/jwe](https://github.com/golang-jwt/jwe) aims at a (very) experimental implementation of the JWE standard.
0 commit comments