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

LinqToDB.Identity migration #3886

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

LinqToDB.Identity migration #3886

wants to merge 12 commits into from

Conversation

MaceWindu
Copy link
Contributor

@MaceWindu MaceWindu commented Dec 18, 2022

  • LinqToDB.Identity project moved to main mono-repo
  • project assembly name changed from LinqToDB.Identity to linq2db.Identity to match naming pattern, used by other project
  • dropped support for legacy Microsoft.AspNetCore.Identity membership model and switched to Microsoft.Extensions.Identity.Core model
  • add UserOnlyStore store support
  • IConnectionFactory removed (change my mind)
  • reuse more code from Microsoft.Extensions.Identity.Core instead of re-implementation

Remaining tasks:

  • define default mappings
  • add tests
  • update various readme files
  • review issues in old identity repo
  • archive old identity repo

Superseeds #2533

@MaceWindu MaceWindu added this to the 4.? milestone Dec 18, 2022
@MaceWindu MaceWindu modified the milestones: 5.?, 5.0.0 Dec 24, 2022
@MaceWindu MaceWindu mentioned this pull request Dec 24, 2022
7 tasks
@MaceWindu MaceWindu modified the milestones: 5.0.0, 5.? Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant