Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 911 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 911 Bytes

Actions codecov CodeFactor Nuget Nuget

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.