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

https://github.com/fvilers/webapiowinidentityoauthjwtsample

A sample to demonstrate the combination of ASP.NET WebApi/OWIN/ASP.NET Identity/OAuth/JWT for user authentication
https://github.com/fvilers/webapiowinidentityoauthjwtsample

aspnet identity jwt oauth2 owin sample webapi

Last synced: 3 months ago
JSON representation

A sample to demonstrate the combination of ASP.NET WebApi/OWIN/ASP.NET Identity/OAuth/JWT for user authentication

Awesome Lists containing this project

README

          

# WebApiOwinIdentityOAuthJwtSample
A sample to demonstrate the combination of ASP.NET WebApi/OWIN/ASP.NET Identity/OAuth/JWT for user authentication

## Warning
Don't upgrade the **System.IdentityModel.Tokens.Jwt** package to version 5.0 as it breaks the **JwtDataFormat** implementation.