How to impliment hilla authentication in microservices

I have a frontend microservice and other backend microservices. How do i impliment hilla authentication to backend services as well. Iam using Hilla2.5,java 17.

You could wrap your “other backend microservice” into a frontend microservice, that uses the same authentication mechanism like your existing frontend microservice. Here is an example: Using microservices from Hilla.