How to integrate BetterAuth with SolidJS
I'm using SolidJS for the frontend and Rocket (Rust) for the backend. I’m considering integrating BetterAuth, into my infrastructure.
What would be the best approach to achieve this? Are there different ways to integrate it effectively?
3 Replies
How are you going to run Better Auth on rust?
looking to host BetterAuth as a separate service..is it possible?
and then JWT/Session middleware in rocket to secure API endpoints
Yeah, that should be possible.
Not sure how I can help as I don't have experience on Rust or Solid though 😅
Just wanted to confirm with you that BA can't run on Rust.