C#C
C#3y ago
14 replies
Fatih

❔ .Net Core 7 - How to Authentication with HttpClient in UI Layer?

I have 2 layers in my microservices project: IdentityAPI and UI
JWT is generated by IdentityAPI
What should I do to do authentication in UI layer using JWT
also IdentityAPI works very well with swagger and postman
or how can i do it without using HttpClient
image.png
image.png
Was this page helpful?