chatflow icon indicating copy to clipboard operation
chatflow copied to clipboard

Handling users through the DB `users` table

Open vporton opened this issue 9 months ago • 6 comments

I changed the DB schema to store users in DB: users table created.

I use now user_ref (int) instead of user_id (VARCHAR) to refer to a user.

In UserInputDto I use pk to refer to the user instead of, as before, his/her email.

I did basic testing and it appears to work, more testing is however needed.

Fixes #6.

vporton avatar Oct 12 '23 21:10 vporton