Explore >> Select a destination


You are here

brockallen.com
| | weblog.west-wind.com
2.8 parsecs away

Travel
| | 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.
| | keithbabinec.com
4.1 parsecs away

Travel
| | The OAuth 2.0 implicit grant flow is great way to handle authentication between a client JavaScript single page web app (SPA) and a web API. For example: a React or Angular web app that needs to authenticate users and then have those users call an authorized ASP.NET Core Web API. Azure AD and the Microsoft...
| | www.primaryobjects.com
3.5 parsecs away

Travel
| | MVC Forms Authentication and Storing Data in the Cookie
| | brunoscheufler.com
21.0 parsecs away

Travel
| JSON Web Tokens are a popular way of managing authorization and authentication policies for web applications. Sending around a base64-encoded token that can be verified by every service using it, enables uncomplicated (and stateless) application design compared to other mechanisms....