The Wayback Machine - https://web.archive.org/web/20210106154323/https://github.com/ipjohnson/EasyJwtProvider
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

EasyJwtProvider

JWT provider for ASP.Net Core

This is a very basic JWT provider inspired by SimpleTokenProvider with some refactoring and access to the HttpContext.

app.UseJwtProvider(new JwtOptions(AuthenticateFunction));

app.UseMvc();

private async Task<AuthenticationResult> AuthenticateFunction(AuthenticationRequest request)
{
    return new AuthenticationResult { Authenticated = true };
}

Build status Coverage Status

About

JWT provider for ASP.Net Core

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.