Blazor WebAssembly with login UI in app

Hi, is possible following scenario?
I have Balzor WebAssembly app and API. All UI components, login page, change password page, sign up page are in my app (no Auth0 UI) and I just call Auth0 API to authenticate user, logout etc.
If yes, please let me know where I can find some examples.

Thanks

I am trying to figure this out too, have anyone figure it out how to do it ?

Embedding the login page in your application is not a good practice for security reasons. Take a look at this doc for more details.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.