kingkyle
BABetter Auth
•Created by kingkyle on 4/8/2025 in #help
better auth as authentication service
It’s possible to use better auth as an authentication service for a Golang Rest api?
I want to use organizations and roles with permission
5 replies
BABetter Auth
•Created by kingkyle on 4/3/2025 in #help
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
6 replies
BABetter Auth
•Created by kingkyle on 12/31/2024 in #help
Golang and nextjs
Building a rest api in Golang. I want to host the auth service with hono. And make all auth request in Golang go the auth service. Then all auth request and api request from nextjs go to the rest api in Golang.
Would this be ideal?
2 replies
BABetter Auth
•Created by kingkyle on 12/11/2024 in #help
Middleware signout
how can i signout a user session from nextjs middleware. the authclient is not working there because its a client component. using the auth directly doesnt work as well
5 replies