"userId" as id of user instead of "id"
I want to implement BetterAuth inside an existing application, but the user model has user.userId field as the id, but I see BetterAuth requires it to be user.id
is it possible to change this or should I make an additional column for the better auth id?
is it possible to change this or should I make an additional column for the better auth id?
Solution
We don't allow custom
It may be a future we add later down the line however.
id names yet. @IceeCold It may be a future we add later down the line however.