shubhattin
Explore posts from serversBABetter Auth
•Created by shubhattin on 3/17/2025 in #help
How to trigger refresh/update of session if user info changed
I made a plugin to store some custom user info
My Current session settings are:
So whenever I update the user data, like approving the user data then the user wont see it reflected until the session token is refreshed after 1 day.
Currently the way I am handling it is by revoking all user sessions which is a sloppy approach as it signs out all the users.
Note : I am also using Secondary Storage(Redis)
22 replies
BABetter Auth
•Created by shubhattin on 3/4/2025 in #help
Google Auth Not working in Production
I have my user dashboard at a site, There the Google login works both in Productiona and Development. I also made another app with the 1st one as its base for auth by setting
baseURL
for better auth client to the auth server url. All this setup was working fine locally.
But after deployment the login does not work in 2nd app. The Error is related to CORS as I have verofied that and made sure to set it properly.
I have also added Correct Authentications URLS in the google cloud console (Only one redirect URL although, of the 1st auth server).
The google login page opens but when it returns us to the page it is without proper cookies set for auth. Hence NO CHANGE !!!
Login Code
9 replies
BABetter Auth
•Created by shubhattin on 3/3/2025 in #help
how to use `auth.api` on other servers
I have currently made a single auth server and admin panel on users.xyz.com and using that server with
authClient
while using its URL (backend). This works fine for requests made from frontend directly directly to the auth backend.
But when we need to authenticate the user on our backend (different from auth server), then how should we do it.9 replies
BABetter Auth
•Created by shubhattin on 2/18/2025 in #help
Getting Error on Netlify Edge Functions (SvelteKit)

2 replies
TTCTheo's Typesafe Cult
•Created by shubhattin on 2/8/2025 in #questions
Is there a way to get past an adblocker ?
In some video I remember theo telling about some technique/script by which the adblocer can be bypasses. It would be useful for services like posthog and plausible.
8 replies