Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple Account class from EF Core Identity #668

Closed
wants to merge 1 commit into from

Commits on Apr 19, 2022

  1. Decouple Account class from EF Core Identity

    We want to de-couple the EF Core identity framework from the Domain model. This way, we can re-use the Account class in the Core and Application layer, allowing us to tie user accounts to applications or other entities.
    
    Signed-off-by: Matthew Fisher <matt.fisher@fermyon.com>
    bacongobbler committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    3e7a528 View commit details
    Browse the repository at this point in the history