Tag: 'authentication'

More on .NET 7 user-jwts Tool
More on .NET 7 user-jwts Tool
January 10, 2023

I recently released a Coding Short video and a blog post about the new JWT Tooling in .NET 7. It was received well, but I didn't dig into some of the real details of what is happening.

Changes in JWT Bearer Token Setup in .NET 7
Changes in JWT Bearer Token Setup in .NET 7
December 7, 2022

If you've taken my "Building an API with ASP.NET Core" course over at Pluralsight, one of the more complicated tasks is to add support for JWT Tokens. In .NET 7, they've simplified this quite a bit.

Wiring Up Azure AD to ASP.NET 7
Wiring Up Azure AD to ASP.NET 7
December 7, 2022

Handling Token Authentication in Vue 3
Handling Token Authentication in Vue 3
October 12, 2020

So many of the Vue demos I've seen fail to look at the authentication use case. For some of my course demos I've had to dig into it.