Skip to content

Question about ServiceStack Auth on .NET Maui Blazor Hybrid #105

Closed Answered by mythz
Ryan-Britton asked this question in Q&A
Discussion options

You must be logged in to vote

and it seems that this is the recommended approach for ServiceStack apps going forward...is that the case?

That is the case, the easiest way to get a supported Auth Story that works in all of Blazor's Render Modes was to adopt ASP.NET Core Identity Auth and reuse all their existing Auth Integrations in the default Blazor templates.

It adds additional complexity to the solution, since I am using OrmLite (rather then Entity Framework - and it seems a little messy to have 2 ORMs and 2 intertwined migration stories in a single app). What are your thoughts on all of that?

Using Entity Framework for the Identity User Models is effectively mandated in order to make use of all the existing fu…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Ryan-Britton
Comment options

@mythz
Comment options

mythz Feb 3, 2024
Maintainer

@Ryan-Britton
Comment options

Answer selected by Ryan-Britton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants