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

Blazor Standalone WebAssembly with ASP.NET Core Identity #231

Closed

Conversation

JeremyLikness
Copy link
Member

Fixes #230

@guardrex
Copy link
Collaborator

@JeremyLikness ... This is the wrong spot for Blazor samples. They go in .....

https://github.com/dotnet/blazor-samples

@guardrex
Copy link
Collaborator

SPA and all of the other Identity samps should go in the main doc set sample repo here.

The reason we have the split is just to apportion the management of the samps. I don't watch the main doc set samples repo, but I do keep tabs on the Blazor samples repo. Also, you'll notice that I use a different versioning scheme to make sure that all samples are updated every release. That's not done with the main doc set samps.

@JeremyLikness
Copy link
Member Author

Thanks for the clarifications. I'll move the Blazor one and switch to the other for SPA samples. I'm going to do Blazor Standalone WebAssembly, Blazor server rendered, Blazor wasm rendered, and blazor with external login. Should these all just be project folders under blazor-samples or do you want any sub-categories/directories in between?

@guardrex
Copy link
Collaborator

They go by versions, so you can place them into the 8.0 folder there SxS with the existing BlazorWebAppEFCore sample. That's the only one that I've updated to 8.0. The others in the 7.0 folder will get the same treatment ... they'll get folders in the 8.0 folder for their updates, but the Blazor Server 7.0 sample will become a Blazor Web App sample.

@guardrex
Copy link
Collaborator

... and if all goes well, you won't need to sweat them much after that. Each release, I'll update them. If I hit a problem, I'll give u a shout. You might only need to work on them again for some new security features that land in future releases if I can't understand what the updates should be.

Thus far with the EFCore sample, I've been able to update it each release without trouble, including for BWA. Note tho that it's still RC1 ... I'll get to it in a bit to take it to RC2, or I'll just jump in near release and make it final release 8.0. I'm still slammed at the moment with other work, so I'm not sure when I'll reach it. I'll get to it tho ...... eventually! 🗻⛏️😅

@JeremyLikness
Copy link
Member Author

Closing to move sample.

@JeremyLikness JeremyLikness deleted the jrl-blazor-wasm-identity branch October 25, 2023 18:06
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

Successfully merging this pull request may close these issues.

Add Blazor WebAssembly standalone identity example
2 participants