https://github.com/fabiangosebrink/aspnet-webapi-tokenauthentication
Simplest way to send a token and secure a resource in ASP.NET WebAPI
https://github.com/fabiangosebrink/aspnet-webapi-tokenauthentication
Last synced: about 2 months ago
JSON representation
Simplest way to send a token and secure a resource in ASP.NET WebAPI
- Host: GitHub
- URL: https://github.com/fabiangosebrink/aspnet-webapi-tokenauthentication
- Owner: FabianGosebrink
- Created: 2015-09-16T16:09:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T10:21:45.000Z (over 9 years ago)
- Last Synced: 2025-03-09T23:01:49.309Z (3 months ago)
- Language: C#
- Homepage: http://offering.solutions/blog/articles/2015/10/03/token-authentication-with-claims-and-asp-net-webapi/
- Size: 148 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AspNetSimpleWebApiTokenAuthentication
Simplest way to send a token and secure a resource in Asp.Net WebAPISee a full readme here
http://offering.solutions/2015/10/03/token-authentication-with-claims-and-asp-net-webapi-simple-example-also-on-github/