javid
javid
BABetter Auth
Created by javid on 3/17/2025 in #help
support both MagicLink and OTP
Okay, thanks, how to implement the same browser check between otp/magiclink trigger and verification
6 replies
BABetter Auth
Created by javid on 3/19/2025 in #bug-reports
if verification.disableCleanup set true, then the records were getting deleted in verification table
To analysis how the verifications were happening, to track the past verification table entries, for debugging purpose
4 replies
BABetter Auth
Created by javid on 3/17/2025 in #help
support both MagicLink and OTP
Hi @bekacru , thanks for helping, I also trying to check the IP address of magic link trigger and magicLink verification, both the ip address need same. And also trying to implement one more case where both the magicLink trigger and MagicLink will be happening in the same browser, if magicLink verification happens at different browser, the i expect the verification not to happen. Can you please help me in this?
6 replies
BABetter Auth
Created by Katsu on 2/28/2025 in #help
Calling signIn.social with extended field data.
@iPheNoMeNaL-oG , you found the answer for this
5 replies
BABetter Auth
Created by javid on 3/9/2025 in #help
how to configure postgres schema
CREATE ROLE better_auth WITH LOGIN PASSWORD 'password'; ALTER ROLE better_auth SET search_path TO account; GRANT ALL PRIVILEGES ON SCHEMA account TO better_auth; GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA account TO better_auth; creating a user and assigning it a schema and using this user to make database connection is working
6 replies
BABetter Auth
Created by javid on 3/9/2025 in #help
how to configure postgres schema
no
6 replies
BABetter Auth
Created by javid on 3/8/2025 in #help
signIn and signUp with password using email and OTP
okay
4 replies
BABetter Auth
Created by javid on 3/4/2025 in #help
How to add a after hook for User creation
Thanks
4 replies
BABetter Auth
Created by javid on 3/3/2025 in #help
Using postgres Instead of pg in Better Auth – Is It Possible?
thanks
5 replies
BABetter Auth
Created by javid on 3/3/2025 in #help
Using postgres Instead of pg in Better Auth – Is It Possible?
ok let me try
5 replies