Software developer @Loox.
So made up this little pattern :)
So made up this little pattern :)
it took like 6 minutes to set up an entire reset password flow using shadcn/ui and cursor together with better-auth
it took like 6 minutes to set up an entire reset password flow using shadcn/ui and cursor together with better-auth
basically better-auth expects the table names to be singular by default (sql table names. not related to the drizzle table variable name).
needed to specify `usePlurals` to make it work.
basically better-auth expects the table names to be singular by default (sql table names. not related to the drizzle table variable name).
needed to specify `usePlurals` to make it work.