An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Actions](https://github.com/reecerussell/rusty-jwt/actions/workflows/package.yaml/badge.svg)
[![codecov](https://codecov.io/gh/reecerussell/rusty-jwt/branch/master/graph/badge.svg?token=2o5osNgjr8)](https://codecov.io/gh/reecerussell/rusty-jwt)
[![CodeFactor](https://www.codefactor.io/repository/github/reecerussell/rusty-jwt/badge)](https://www.codefactor.io/repository/github/reecerussell/rusty-jwt)
[![Nuget](https://img.shields.io/nuget/v/Rusty.Jwt)](https://www.nuget.org/packages/Rusty.Jwt/)
[![Nuget](https://img.shields.io/nuget/dt/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.