Skip to content

zofuthan/webapi-jsonwebtoken

 
 

Repository files navigation

JsonWebToken DelegatingHandler for ASP.NET WebAPI.

Installation

Install-Package WebApi.JsonWebToken

Usage

Add the following to your App_Start\WebApiConfig.cs file under the Register method:

config.MessageHandlers.Add(new WebApi.App_Start.JsonWebTokenValidationHandler
{
    Audience = "..your-client-id..",
    SymmetricKey = "....your-client-secret...."
});

Documentation

For information about how to use WebApi.JsonWebToken with auth0 visit our documentation page.

License

This client library is MIT licensed.

About

JsonWebToken DelegatingHandler for ASP.NET WebAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published