This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
decouple Account class from EF Core Identity #599
Labels
refactor
Identifies code that needs to be refactored
Because a few of the core objects inside Hippo rely on account information, we should de-couple the EF Core identity framework from the Account we store in the database, using a common ID like a user ID, email address, or username to link the two identities.
This will make it much simpler to separate the application's concerns from the identity.
The text was updated successfully, but these errors were encountered: