auth.api.signInAnonymous({}) doesn't contain additionalFields properties for user object on resolve
using nextjs current version and current version of better-auth.
Using the anonymous login plugin.
I've defined
but when calling the login:
the logged user does not contain the
orders property.
I would expect at least a default value of the empty array.
none of the robots have provided informed helpful solutions, hence why I'm here.
Any ideas?0 Replies