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
Ping
Ping5w ago
How are you going to run Better Auth on rust?
Mad_angle
Mad_angleOP5w ago
looking to host BetterAuth as a separate service..is it possible? and then JWT/Session middleware in rocket to secure API endpoints
Ping
Ping5w ago
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.

Did you find this page helpful?