Mad_angle
Mad_angle
BABetter Auth
Created by Mad_angle on 3/22/2025 in #help
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?
5 replies
BABetter Auth
Created by Mad_angle on 1/30/2025 in #help
Google one-tap sign-in not working may bcoz of FedCM error
No description
2 replies
BABetter Auth
Created by Mad_angle on 1/20/2025 in #help
Cant able to validate totp( google authenticator)
No description
9 replies
BABetter Auth
Created by Mad_angle on 1/1/2025 in #help
Ways to authenticate non-js api?
I went through the plugin section of the Better Auth docs and ive noticed that authenticating non-js APIs can be done using two methods: JWT or Bearer tokens. right? I just want to cross-check to ensure I understand correctly: 1. If I use a JWT token, how should I verify it? Should the verification be done using the BETTER_AUTH_SECRET? 2. If I opt for the Bearer token (is it essentially the session token?), how should I verify it? Do I need to check my database on every request to confirm the presence of the Bearer token before verifying it? Is there any other method to do so?
5 replies