You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it reasonably doable to change the underlying model in next-auth? And if so how?
e.g. I want to change tables User to users, and VerificationToken to verification_tokens. I also want to convert all the fields to snake_case. I'm using Kysely and it's not entirely clear if I can do so.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it reasonably doable to change the underlying model in next-auth? And if so how?
e.g. I want to change tables User to users, and VerificationToken to verification_tokens. I also want to convert all the fields to snake_case. I'm using Kysely and it's not entirely clear if I can do so.
Beta Was this translation helpful? Give feedback.
All reactions