Duki
Duki
BABetter Auth
Created by Gyen Abubakar on 3/9/2025 in #help
Rate Limiting in a SvelteKit app
Ah no worries, glad you found some help 😁
4 replies
BABetter Auth
Created by Gyen Abubakar on 3/9/2025 in #help
Rate Limiting in a SvelteKit app
Heya fellow Frontend Friend 😂 I'm also just starting with SvelteKit, so also fairly little Backend experience. While I am not sure what exactly better-auth's rate limiter is capable of, I have found a library which probably does cover your needs. Check out the npm package sveltekit-rate-limiter. Once you configured a rate limiter you can use it in the hooke.server.ts file as the first handler. Perhaps this can help you further!
4 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
thanks bekacru! 🫶
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
Ah nice, a PR has been merged which should fix this issue! https://github.com/better-auth/better-auth/pull/1801 And for others who encountered the issue, which this post was originally about (session update in secondary storage after changing email), the solution was to update better-auth to 1.2.4-beta.7. I hope this PR will also be added to v1.2.4 once it's released!
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
Which is why I think it's a potential bug
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
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
So why should I do something that the library already offers out of the box
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 the immediate change is given by better-auth. It even says that in their documentation. I think it's a bug on better-auth's side because their flow isn't checking out.
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
Perhaps that's where the confusion comes in? The payload for change approval email is being used for the email verification email, because the approval step got skipped, since the user wasnt verified before, thus the change approval email was never sent (which is expected in this scenario).
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
But now after changing the email, the new verification email won't work.
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
Change verification wasn't send, because the old email was not verified in the first place.
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
No its the verify email payload
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
@bekacru sorry for the ping, but just being curious. any updates/explanations regarding the bug in the final step, where ther user is trying to verify their new email?
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
No description
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
could it be that better-auth is reading the email property from the jwt token instead of the updateTo when fetching the user by email?
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
It is sending the email to the correct address tho, which is the newly set email address 🤔
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
Thus the emailVerified field remains 0
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
oh! It works there. It updates the user in my redis DB, but for some reason after clicking the url in the verification email I still get the ?error=user_not_found params
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
should I try 1.1.4?
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
Only beta.1 and beta.2 are available on npm https://www.npmjs.com/package/better-auth?activeTab=versions
36 replies