Managing Tokens in .NET MAUI

also in doing updates to the samples support Swashbuckle / nsawag please.
OpenAPI documentation pages are a great help in testing and documenting web api’s.

the default dotnet core 8 web api sample from Microsoft has it in the default.

i had an api working with it untill i started to add the api protection and now i am getting a CORS error… not sure why right now.

did not have the error till i added the packages to add the authorization / authentication support.