Skip to content

Commit

Permalink
Update 01-jwt.md (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat authored Jun 17, 2024
1 parent f073076 commit 33d0966
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/01-jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ func ExampleJWT_Parse() {
source: [examples/jwt_parse_example_test.go](https://github.com/lestrrat-go/jwx/blob/v2/examples/jwt_parse_example_test.go)
<!-- END INCLUDE -->

Note that the above form does NOT perform any signature verification, or validation of the JWT token itself.
This just reads the contents of src, and maps it into the token, period.
In order to perform verification/validation, please see the methods described elsewhere in this document, and pass the appropriate option(s).
Note that the above form performs only signature verification andno validation of the JWT token itself.
In order to perform validation, please use `Validate()`.

## Parse a JWT from file

Expand Down

0 comments on commit 33d0966

Please sign in to comment.