Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix-hub committed Nov 7, 2021
1 parent 1cbe0c3 commit ee69737
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ var jwt_verification: int = JWT.require(jwt_algorithm).verify(jwt)
if jwt_verification == JWTVerifier.Exceptions.OK :
print("Verified!")
```

You can also verify a GDScript created JWT [here](https://jwt.io/)

0 comments on commit ee69737

Please sign in to comment.