❔ .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
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


