oof2win2
Explore posts from serversBABetter Auth
•Created by kaas on 2/12/2025 in #bug-reports
Session stealing?
it was a cache issue within nextjs (as always). modified to no caching / private via headers + nextjs bs and resolved it
13 replies
BABetter Auth
•Created by kaas on 2/12/2025 in #bug-reports
Session stealing?
also isnt the sole instance of the issue, i need to debug further
13 replies
BABetter Auth
•Created by kaas on 2/12/2025 in #bug-reports
Session stealing?
like i fetch data by user id from the session and the session just gave me that user id which is weird
13 replies
BABetter Auth
•Created by kaas on 2/12/2025 in #bug-reports
Session stealing?
yeah it’s a solid issue. i have dbgenerated user ids (only diff) but idk the root cause of why it happens
13 replies
BABetter Auth
•Created by kaas on 2/12/2025 in #bug-reports
Session stealing?
i’ve had this issue reported by multiple users - they login and are able to login as other random users. do you know the cause of this?
13 replies
BABetter Auth
•Created by oof2win2 on 2/18/2025 in #help
gathering name on signup with otp
hmm, i guess that makes sense. might need to unify login and signup, gather name as part of onboarding
3 replies
BABetter Auth
•Created by oscar on 2/18/2025 in #help
ADMIN plugin not working
hiya - i just had similar issues. make sure that you expose the correct fields in the database to better-auth. for 1, i just set the default role to
user
. not sure if it's the right approach, but better-auth can always change it to something else if necessary6 replies
BABetter Auth
•Created by oof2win2 on 2/10/2025 in #help
integrating with postgres rls (supabase)
like it's just stored in the session or something so it can be used on both the client and server in the ideal case, and can be revalidated every 5m or something
34 replies
BABetter Auth
•Created by oof2win2 on 2/10/2025 in #help
integrating with postgres rls (supabase)
@daveycodez i've been looking more and more into this, saw the issue here and convos in discord. how would you ideally have the jwt support work?
34 replies
BABetter Auth
•Created by oof2win2 on 2/10/2025 in #help
integrating with postgres rls (supabase)
yeah i know that's the next step - just need to setup proper auth so that i can migrate off supabase part by part
34 replies
BABetter Auth
•Created by oof2win2 on 2/10/2025 in #help
integrating with postgres rls (supabase)
turns out i just had to forge my auth token on an api route and put some cache headers on it, kinda sick tbh
34 replies
BABetter Auth
•Created by oof2win2 on 2/10/2025 in #help
integrating with postgres rls (supabase)
i have this so far
34 replies
BABetter Auth
•Created by oof2win2 on 2/10/2025 in #help
integrating with postgres rls (supabase)
hey @daveycodez, do you by chance have any knowledge on how to get supabase working with better-auth? i've looked at your package, but i have no idea how to get supabase to cooperate with the better-auth tokens - do you know how by chance?
34 replies
BABetter Auth
•Created by oof2win2 on 2/12/2025 in #help
connecting custom (extended) users table with better-auth users
or like how else could i link users together? would the user id be a dbgenerated uuid? have a trigger that creates the
users
object when inserting to bauth.users
?2 replies
BABetter Auth
•Created by oof2win2 on 2/10/2025 in #help
integrating with postgres rls (supabase)
hell yeah, thank you
34 replies
BABetter Auth
•Created by oof2win2 on 2/10/2025 in #help
integrating with postgres rls (supabase)
what complicates it more i feel is me migrating auth and then db - it makes sense to do like this but makes some parts more annoying / painful
34 replies
BABetter Auth
•Created by oof2win2 on 2/10/2025 in #help
integrating with postgres rls (supabase)
yeah i saw that plugin + the usage davey has (https://discord.com/channels/1288403910284935179/1296058482289676320/1337526387967266847), just wondering how to set it up
34 replies