Can better-auth/client be used with a non-Node backend (e.g. Symfony)?
Hi! 👋
I'm building a Nuxt frontend and I'm interested in using better-auth/client to handle authentication. However, my backend is an external service built with Symfony (PHP), not Node.
Is there a recommended way to integrate better-auth/client with a non-Node backend like Symfony?
Are there any examples, adapters, or strategies you suggest for this kind of setup?
Thanks a lot — love the project!
1 Reply
Better auth is auth framework for ts/js. It is not available for php ATM.