Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Stand Alone App #39

Open
kfrancis opened this issue Dec 5, 2024 · 3 comments
Open

Feature Request: Stand Alone App #39

kfrancis opened this issue Dec 5, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@kfrancis
Copy link

kfrancis commented Dec 5, 2024

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.

@IeuanWalker
Copy link
Contributor

I believe azure is deprecating API key access early next year, which is why it was updated to use Azure AD instead

@dhindrik
Copy link
Owner

dhindrik commented Dec 6, 2024

@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.

@kfrancis
Copy link
Author

kfrancis commented Dec 7, 2024

AD I would think, for exactly the reason @IeuanWalker stated. I'll see what I can do!

@dhindrik dhindrik added the enhancement New feature or request label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants