Replies: 1 comment 9 replies
-
The complexity isn’t higher, it hasn’t changed at all. I’m not against an auth template, but did you use the exists.net core auth template? Aspire doesn’t help you but it shouldn’t be any harder than it previously was. PS: Auth is hard and want to do more to make it easier but we haven’t don’t that work yet. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm an experienced C# developer who dabbles in ASPNET from time to time and I've created a number of complex projects in the past. On the whole I've enjoyed the experience and very much prefer to continue using C# for such projects.
I thought I've give Aspire a go and I want to love it, but the lack of a template project with authentication (Keycloak, etc) has almost killed my side project before it has begun. Between trying to use some Googled blog posts and the eShops example, I'm effectively lost. I get auth working, but various parts of it fail in different ways. I feel like I'm chasing my tail.
The root cause here is obviously my skill level - webdev isn't my day job - but even so the complexity is quite high in Aspire. Much more so than a traditional ASPNET monolith.
The eShops example is far too large with extra details and application features to be of use to someone who wants a template to build upon - I think I'd spend as much time unwinding it as building from scratch.
We really need a starter template with auth built in. I can imagine there are quite a lot of developers whose minimum bar for their project is an application with social login features, and right now I would guess a lot are bouncing off of Aspire due to complexity around it.
Beta Was this translation helpful? Give feedback.
All reactions