Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reecerussell authored Oct 27, 2023
1 parent 9085845 commit 48f8f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

# Rusty JWT

A simple package use to create and verify JSON-Web-Tokens. Built on the concept of Signing Keys, JWTs can be signed and verified with a set of various keys. This is useful when you either want to sign a token with a default or non-standard key, or if you want to support multiple verification keys.
A simple package use to create and verify JSON-Web-Tokens. Built on the concept of Signing Keys, JWTs can be signed and verified with a set of various keys. This is useful when you either want to sign a token with a default or non-standard key, or if you want to support multiple verification keys.

0 comments on commit 48f8f54

Please sign in to comment.