saze
saze
BABetter Auth
Created by saze on 3/3/2025 in #bug-reports
Social Login state mismatch error
I just did it is not a patched issue as it is still occuring
6 replies
BABetter Auth
Created by saze on 3/3/2025 in #bug-reports
Social Login state mismatch error
No
6 replies
BABetter Auth
Created by saze on 2/25/2025 in #bug-reports
getSession returning null in dev mode
This wasn't a bug but rather my use of secure cookies and cross-domain cookies in both development & production environments. I have disabled these in dev mode and now able to sign-in.
6 replies
BABetter Auth
Created by lambert on 2/19/2025 in #help
Refetching session for additionalFields change
You have a couple of ways you can include the additionalField to your session,you can use customSession plugin https://www.better-auth.com/docs/concepts/session-management#customizing-session-response Or inferAdditionalFieldPlugin https://www.better-auth.com/docs/concepts/typescript#inferring-additional-fields-on-client
3 replies
BABetter Auth
Created by Elm on 2/18/2025 in #help
Implement manual OTP - next-auth migration
I am using the nextjs auth server for my expo app as well. And it all works well. Just make sure to include your mobile app url scheme in the trusted origins and if your nextjs app is using middleware, include it in the allowed origins too, to avoid CORS issues.
3 replies