Skip to content

Commit 8263635

Browse files
authored
Fix typo (#2)
1 parent c88a5c5 commit 8263635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/signing_methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A token is simply a JSON object that is signed by its author. this tells you exa
77
* The author of the token was in the possession of the signing secret
88
* The data has not been modified since it was signed
99

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.
1111

1212
## Choosing a Signing Method
1313

0 commit comments

Comments
 (0)