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

Conversation

bacongobbler
Copy link
Contributor

@bacongobbler bacongobbler commented Apr 19, 2022

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 other entities in Core.

closes #599.

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 bacongobbler added enhancement New feature or request API Issues or pull requests that affect the API refactor Identifies code that needs to be refactored and removed enhancement New feature or request labels Apr 19, 2022
@bacongobbler
Copy link
Contributor Author

dropping for now; let's revisit when we actually implement a permissions layer.

1 similar comment
@bacongobbler
Copy link
Contributor Author

dropping for now; let's revisit when we actually implement a permissions layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Issues or pull requests that affect the API refactor Identifies code that needs to be refactored
Projects
None yet
Development

Successfully merging this pull request may close these issues.

decouple Account class from EF Core Identity
1 participant