Add Auth0 Authentication to Blazor Hybrid Apps in .NET MAUI

Yeah it works with .net 8 i just tested it. just follow the article and don’t FORGET to add platform specific code
like the WebAuthenticationCallbackActivity for android and the others.
otherwise you will get error like: “You must subclass your WebAuthenticationCallbackActivityAn etc…”

1 Like