Can I integrate Better-Auth between Nextjs and GO Backend?

hello, can I integrate Better-Auth between Nextjs and GO Backend? Is it possible ?
2 Replies
Ping
Ping7d ago
It's possible. RIght now, there isn't a better-auth library for GO though, so you'll need to build your own solution which can be challenging. But it's definitely possible. Better Auth works around endpoints, so as long as you have the required headers, body info, method, etc and hit the right endpoints, everything should work. ^ this is assuming you're talking about the better-auth server instance being used on Nextjs. Otherwise if we're talking about better-auth server instance on Go, that isn't an option as of now.
Pororo
PororoOP6d ago
okey, if that isn't possible now. but is there a way to integrate Better-Auth on Next.js with my API Endpoint from GO Backend ?

Did you find this page helpful?