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

Update Blazor Samples For .NET 8 #142

Open
josephdecock opened this issue Aug 18, 2023 · 7 comments
Open

Update Blazor Samples For .NET 8 #142

josephdecock opened this issue Aug 18, 2023 · 7 comments
Assignees
Milestone

Comments

@josephdecock
Copy link
Member

No description provided.

@josephdecock josephdecock added this to the 7.0 milestone Aug 18, 2023
@josephdecock josephdecock self-assigned this Aug 18, 2023
@b1tzer0
Copy link

b1tzer0 commented Oct 9, 2023

I second this, I have been looking all over the web trying to find an example of how to properly implement SSR with Auto Mode (SignalR and WASM). I have tried various configurations with BFF and Server Side but have not had much luck. If there is a working example out there that would be greatly that we could repost or if one could be added to this repo, that would be great help in trying to solve my problem.

@lnaie
Copy link

lnaie commented Nov 27, 2023

It needs a BlazorSSR example with Asp.Net Core Identity, so to have the default user management solution handled.

@leastprivilege
Copy link
Member

What we need is a Blazor Web App sample that uses BFF for coordinating authentication and API calls that works for all render modes.

@hugh-maaskant
Copy link

If possible, an example (or explanation somewhere) of how to use it with SignalR from a Blazor WASM page/component would be very welcome.

@lnaie
Copy link

lnaie commented Nov 28, 2023

What we need is a Blazor Web App sample that uses BFF for coordinating authentication and API calls that works for all render modes.

One sample that covers all rendering modes is ideal (https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0). I was thinking that it would help, for now, to target the Interactive WebAssembly, which renders on the server, as well on the client.

@Liandrel
Copy link

Liandrel commented May 21, 2024

Is there any approximate date when we can expect the release of the updated samples?

@b1tzer0
Copy link

b1tzer0 commented May 21, 2024

@Liandrel , I managed to get this working with an app I am working on. While I can't show source, I can point you to the same location where I found my starting point. One caveat is that while it does work; it is not integrated into Duende at this time. https://github.com/josephdecock/InteractiveBlazorAuth/tree/main

Hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants