https://github.com/reecerussell/rusty-jwt
A simple .NET NuGet package use to create and verify JSON-Web-Tokens.
https://github.com/reecerussell/rusty-jwt
auth azure dotnet jwt
Last synced: 8 months ago
JSON representation
A simple .NET NuGet package use to create and verify JSON-Web-Tokens.
- Host: GitHub
- URL: https://github.com/reecerussell/rusty-jwt
- Owner: reecerussell
- License: mit
- Created: 2022-09-22T16:46:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T11:32:08.000Z (over 2 years ago)
- Last Synced: 2024-04-27T04:02:15.095Z (about 2 years ago)
- Topics: auth, azure, dotnet, jwt
- Language: C#
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://codecov.io/gh/reecerussell/rusty-jwt)
[](https://www.codefactor.io/repository/github/reecerussell/rusty-jwt)
[](https://www.nuget.org/packages/Rusty.Jwt/)
[](https://www.nuget.org/packages/Rusty.Jwt/)
# 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.