You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They say for non browser devices use token based auth. What about MAUI Blazor with BlazorWebView? Can cookie auth be used for login and persist cookie or only token based auth?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I cannot find answer to simple question.
They say for non browser devices use token based auth. What about MAUI Blazor with BlazorWebView? Can cookie auth be used for login and persist cookie or only token based auth?
So lets say can I convert this
https://github.com/dotnet/blazor-samples/tree/main/8.0/BlazorWebAssemblyStandaloneWithIdentity
to MAUI and use the same auth mechanism for MAUI Blazor (iOS and Android)? Would it work? Or if someone can point to useful resource regarding this topic I would appreciate it.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions