Emil
Emil
Explore posts from servers
BABetter Auth
Created by Emil on 4/14/2025 in #help
Fixed OTP for phone number sign in
Sorry for being unclear. i mean fixed as being constant, but solved it. Just updated the verification record after sending the otp
5 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
Update additional fields in updateUser
found out. just didn't get the type safety 😦
6 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
yes. using automatic snake case conversion in drizzle. so made sense to declare the fieldName in the auth instance
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
yes
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
makes sense since it already knows the field names
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
yep. using the drizzle adapter so it seems like it wants to map the fields to the name itself
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
Thanks for all the help guys!
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
Thanks! that solved it 🙂
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
getting same result with getSession
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
can try getSession
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
I'm calling useSession
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
Is there any additional configurations that should be done in addition to adding the field to additionalFields?
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
Also tried deleting the app and reinstalling which should remove all data
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
yes
32 replies
BABetter Auth
Created by Emil on 4/9/2025 in #help
additional fields not included in session
Thought so too. I tried deleting the session, but still don't see the field
32 replies
TtRPC
Created by Emil on 12/8/2024 in #❓-help
Getting type error for AppRouter
Sorry for late answer... my problem was not having matching versions of trpc on the back end and front end
4 replies
BABetter Auth
Created by Emil on 12/26/2024 in #help
useSession hook is just returning session token
thanks. that worked perfectly!
3 replies
BABetter Auth
Created by Emil on 12/25/2024 in #help
Phone OTP failing silently
problem was that i was using localhost in the auth url - switched it up with the ip of my backend and it works now
2 replies