Auth service for a microservice

How would build auth service in a microservice using better-auth as the auth service for a the api getaway.

I intend to use honojs.
How would you go about this?

Most services would be in go and grpc
Solution
Yeah as I said , by the end of the day it is an backend services built with wb frameworks like honojs to handle server side stuff which better auth is part of it so you should treat it as a backend with auth but make sure to include all the necessary info for you from your auth backend to your api gateway to ensure the communication and also make sure to include the origin you trust with a better auth config
Was this page helpful?