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
- Host: GitHub
- URL: https://github.com/fvilers/webapiowinidentityoauthjwtsample
- Owner: fvilers
- License: mit
- Archived: true
- Created: 2016-08-08T08:57:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T11:34:01.000Z (about 9 years ago)
- Last Synced: 2025-03-20T14:26:57.395Z (7 months ago)
- Topics: aspnet, identity, jwt, oauth2, owin, sample, webapi
- Language: C#
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.