-
I created a default Blazor web assembly with aspcore hosting (default template) and individual user account authentication. but I have a problem, I want to show data I change all [Authorize] attributes to Component:
as you can see, all even in
so if I want to show data from api to anonymous users (guest users that for fist time visit web site) what should I do? all web site visitors must sign-in? all data from api (server) need to user authorize? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You and better solution is here |
Beta Was this translation helpful? Give feedback.
You
HttpClient
must not haveAuthorizationMessageHandler
.original awnser
and better solution is here