Skip to content
/ JwtSharp Public

A small utility library for issuing and validating JWT Bearer. Can be used for both ASP.NET Core and .NET Framework Web project as well as Desktop App (no built-in flow).

License

Notifications You must be signed in to change notification settings

datvm/JwtSharp

Repository files navigation

JWT Sharp is a small utility library for issuing and validating JWT Bearer. It can be used for both .NET Core and .NET Framework project, with sub-packages for ASP.NET Core and ASP.NET Web API 2 projects.

For more details and documents, check the Wiki page.

Installation

You can get the package from NuGet:

Core Package:

Install-Package JwtSharp

Or if you use a specific platform (ASP.NET Core or ASP.NET Web API 2), you can just install the following, they have dependencies on the Core package already:

ASP.NET Core:

Install-Package JwtSharp.AspNetCore

ASP.NET Web API 2:

Install-Package JwtSharp.WebApi

Demo

You can check from the Demo project for the full demo: https://github.com/datvm/JwtSharp/tree/master/Demo

Check the other Wiki articles for usage.

Usage and Documentation

Please check the Wiki articles for instructions, documentation and usage.

About

A small utility library for issuing and validating JWT Bearer. Can be used for both ASP.NET Core and .NET Framework Web project as well as Desktop App (no built-in flow).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages