zangetsu
Explore posts from serversBABetter Auth
•Created by zangetsu on 4/12/2025 in #help
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!
3 replies
Nuxt 3.16.1 - getCachedData not working (?)
Hi,
I was watching a video by Alexander Lichter about caching API calls in Nuxt and decided to test this approach in my Nuxt app.
I copied and pasted the code exactly as shown:
However, when I debug nuxtApp.payload.data or nuxtApp.static.data[key], even if the API has been called 40 times, Nuxt doesn't save the data.
I even added this to my nuxt.config:
13 replies