You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using the web locally, since there's no reason to host it - but starting it and having to put in credentials every time is a bit annoying, especially since there's little identifiable information displayed in the app.
Since the main portion is blazor, can that be hosted in maui/hybrid? Would be willing to commit this as a PR if you think that's a good idea.
The text was updated successfully, but these errors were encountered:
@kfrancis How do you it locally, if you use the WebAssembly version, you should be able to let the browser handle credentials, because it is marked as a password field. I have it like that.
@IeuanWalker it is 2026, I know I said 2025 in my videos and that I named the issue like that. I don't know if I was wrong or if the postponed it until 2026.
@kfrancis if you want to contribute with a PR it would be great. Do you thinking of using the Azure AD approach there or maybe both? I think that you have to do the Azure AD stuff on the native side and not in the BlazorWebView.
We've been using the web locally, since there's no reason to host it - but starting it and having to put in credentials every time is a bit annoying, especially since there's little identifiable information displayed in the app.
Since the main portion is blazor, can that be hosted in maui/hybrid? Would be willing to commit this as a PR if you think that's a good idea.
The text was updated successfully, but these errors were encountered: