You are here |
www.codeproject.com | ||
| | | |
brockallen.com
|
|
| | | | A quick note about Web API 2 security running in OWIN and a ASP.NET project (which you will see with the new templates in Visual Studio 2013). By default, Web API code running in a host will inherit the host's authentication model. This means if the web application uses cookie authentication or windows authentication for... | |
| | | |
weblog.west-wind.com
|
|
| | | | In some situations you might need to use both Bearer Token and Cookie Authentication in a single application. In this post I look at a few scenarios where this is required and show how to configure your Authentication to let you access your site with either authentication scheme. | |
| | | |
blog.elmah.io
|
|
| | | | Learn about how to secure your ASP.NET Core APIs with OAuth 2.0 and JSON Web Tokens without using third-party services like IdentityServer, Okta, and Auth0. | |
| | | |
zblesk.net
|
|
| | In the previous post I mentioned that I wrote a script to extract the "started reading" dates from GR. Here it is, in case you need it. |