Explore >> Select a destination


You are here

brockallen.com
| | vadosware.io
15.0 parsecs away

Travel
| | How to do basic cookie based authentication with Nuxt, because nuxt-auth doesn't currently support HttpOnly cookies.
| | keithbabinec.com
14.8 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...
| | weblog.west-wind.com
10.4 parsecs away

Travel
| | ASP.NET Core Authentication and Authorization continues to be the most filddly part of the ASP.NET Core eco system and today I ran into a problem to properly configure JWT Tokens with Roles. As I had a hard time finding the information I needed in one place and instead ended up with some outdated information, I'm writing up a post to hopefully put all the basic bits into this single post.
| | damienbod.com
29.1 parsecs away

Travel
| The article shows how an Angular nx Standalone UI hosted in an ASP.NET Core application can be secured using cookies.OpenIddict is used as the identity provider. The trusted application is protected using the Open ID Connect code flow with a secret and using PKCE. The API calls are protected using the secure cookie and anti-forgery...