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.
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.