GitHub user Neilk1021 added a comment to the discussion: Proposal - Migrating User Authentication to a new table to support multiple log-in sources.
- Provider Id is just the id used to verify a user's account for a 3rd party organization/ As Xinyuan noted it can just be combined with password into a "secret" column. - The Email column has been there before this discussion, while I'm not sure the specific use of it in the current application, its important data if we want to set-up password recovery or other similar user facing services in the future. - provider_id = password for local_auth, which is why the two are being combined. GitHub link: https://github.com/apache/texera/discussions/6716#discussioncomment-17801493 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
