eoshorizon_
BABetter Auth
•Created by George on 3/14/2025 in #help
Payload Request shows email and Password
how else would you send the password lol
5 replies
BABetter Auth
•Created by Vimes on 3/13/2025 in #help
How to securely host a pg DB for better auth
Pretty stupid that Vercel only allows static IPs for business users
11 replies
BABetter Auth
•Created by Vimes on 3/13/2025 in #help
How to securely host a pg DB for better auth
Well, you could set up a cron job to update the IP list every x hours, but yes
11 replies
BABetter Auth
•Created by Vimes on 3/13/2025 in #help
How to securely host a pg DB for better auth
11 replies
BABetter Auth
•Created by Vimes on 3/13/2025 in #help
How to securely host a pg DB for better auth
Could you just allow all AWS IPs? as Vercel is most likely using AWS
11 replies
BABetter Auth
•Created by Duki on 3/8/2025 in #help
Session isn't updated after changing email of a user with an unverified email
ah no wait there is an check https://github.com/better-auth/better-auth/blob/384d842ec17113d1acbd3c84e7bc51b06115b161/packages/better-auth/src/api/routes/update-user.ts#L590
36 replies
BABetter Auth
•Created by Duki on 3/8/2025 in #help
Session isn't updated after changing email of a user with an unverified email
yea there is no check implemented in better-auth
36 replies
BABetter Auth
•Created by Duki on 3/8/2025 in #help
Session isn't updated after changing email of a user with an unverified email
Well, should be a simple fix, either don't allow changing emails if the user doesn't have a verified email, or check if they don't have a verified email and then change immediately
36 replies
BABetter Auth
•Created by Allan on 3/10/2025 in #help
How to store custom data in session?
When you use
session()->put()
in Laravel, it will also store it in the database or redis, depending on which store you are using9 replies