GitHub user aglinxinyuan added a comment to the discussion: Proposal - Migrating User Authentication to a new table to support multiple log-in sources.
I agree with most of the design, except for two points: 1. The password should remain in the `user` table. Why does it need to be stored in this table? While allowing `NULL` values is inexpensive, that's not a sufficient reason to move it here. 2. `google_avatar` is unrelated to this discussion. Let's handle it separately. GitHub link: https://github.com/apache/texera/discussions/6716#discussioncomment-17806674 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
