What is Blazor? A Tutorial on Building Web Apps with Authentication

In case you want to add Auth0 in a Blazor WebAssembly project, you could just use the documentation from Microsoft.

However when using this for Auth0, there is one catch:

Or you can use my NuGet package : WebAssembly.Authentication.Auth0 which does support the Audience parameter.

More details van be found here:

And a full working example can be found here: