Accounts
Last updated
Was this helpful?
Last updated
Was this helpful?
In JFW, users can log in to our system using different methods. The primary account is stored in the User table, with a username and password. Other accounts that are linked to the primary account, such as Google Accounts or Facebook, have their data stored in the database.
This text describes the structure of external accounts. They have two parts:
: a table that contains the OAuth information for the services that provide authentication (such as Google, Facebook, Apple, etc.).
ExternalAuthenticationProviderUser: A table that contains the following information such as external authentication provider ID, internal system user ID, and external authentication system user ID. This table allows external accounts to link to the primary account.